ARTISAN PROJECT Envi
EnviMVC
[ class tree: Envi ] [ index: Envi ] [ all elements ]

Class: EnviMVC_ViewBase

Source Location: /Envi/libs/EnviMVC/ViewBase.php

Class EnviMVC_ViewBase

Class Overview

View基底クラス

Located in /Envi/libs/EnviMVC/ViewBase.php [line 27]



		
				Author(s):
		
API Tags:
Abstract:  

Information Tags:
Since:  2005/11/10 10:22

Properties

Methods

[ Top ]
Direct descendents
Child Class Description
IndexViewBase View基底クラス

[ Top ]
Property Summary
mixed   $renderer  

[ Top ]
Method Summary
void   execute()  
void   initialize()  
void   setRenderer()  
bool   shutDown()   一番最後に呼ばれる、メソッド

[ Top ]
Properties
mixed   $renderer [line 29]

[ Top ]
Methods
execute  [line 42]

  void execute( mixed &$controller, mixed &$data, mixed &$user  )


API Tags:
Abstract:  


Redefined in descendants as:

[ Top ]
initialize  [line 34]

  void initialize( mixed &$controller, mixed &$data, mixed &$user  )


API Tags:
Abstract:  


[ Top ]
setRenderer  [line 51]

  void setRenderer( mixed &$controller, mixed &$data, mixed &$user  )


API Tags:
Abstract:  


[ Top ]
shutDown  [line 63]

  bool shutDown( mixed &$controller, mixed &$data, mixed &$user  )

一番最後に呼ばれる、メソッド


API Tags:
Return:  falseを返すと、そこで処理が止まります。
Abstract:  


[ Top ]

Documentation generated on Thu, 04 Jan 2007 17:47:25 +0900