PHP 클래스 App_Installer, atk4

(c) 2008-2013 Agile Toolkit Limited Distributed under Affero General Public License v3 and commercial license. See LICENSE or LICENSE_COM for more information =====================================================ATK4=
상속: extends App_Web
파일 보기 프로젝트 열기: atk4/atk4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$app App_Web
$page_class string Name of page class
$page_options array Page options
$saved_base_path string Saved PageManager base_path

보호된 프로퍼티들

프로퍼티 타입 설명
$s_cnt For internal use
$s_current For internal use
$s_first For internal use
$s_last For internal use
$s_next For internal use
$s_prev For internal use
$s_title For internal use
$show_intro boolean Should we show intro?

공개 메소드들

메소드 설명
init ( ) Initialization.
initInstaller ( )
initStep ( string $step ) : mixed
makePage ( string $step, string $template = 'step/default' ) : View
showIntro ( View $v )
stepURL ( string $position ) : URL

메소드 상세

init() 공개 메소드

Initialization.
public init ( )

initInstaller() 공개 메소드

public initInstaller ( )

initStep() 공개 메소드

public initStep ( string $step ) : mixed
$step string
리턴 mixed

makePage() 공개 메소드

public makePage ( string $step, string $template = 'step/default' ) : View
$step string Unused parameter !!!
$template string
리턴 View

showIntro() 공개 메소드

public showIntro ( View $v )
$v View

stepURL() 공개 메소드

public stepURL ( string $position ) : URL
$position string
리턴 URL

프로퍼티 상세

$app 공개적으로 프로퍼티

public App_Web $app
리턴 App_Web

$page_class 공개적으로 프로퍼티

Name of page class
public string $page_class
리턴 string

$page_options 공개적으로 프로퍼티

Page options
public array $page_options
리턴 array

$s_cnt 보호되어 있는 프로퍼티

For internal use
protected $s_cnt

$s_current 보호되어 있는 프로퍼티

For internal use
protected $s_current

$s_first 보호되어 있는 프로퍼티

For internal use
protected $s_first

$s_last 보호되어 있는 프로퍼티

For internal use
protected $s_last

$s_next 보호되어 있는 프로퍼티

For internal use
protected $s_next

$s_prev 보호되어 있는 프로퍼티

For internal use
protected $s_prev

$s_title 보호되어 있는 프로퍼티

For internal use
protected $s_title

$saved_base_path 공개적으로 프로퍼티

Saved PageManager base_path
public string $saved_base_path
리턴 string

$show_intro 보호되어 있는 프로퍼티

Should we show intro?
protected bool $show_intro
리턴 boolean