PHP Class 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=
Inheritance: extends App_Web
Show file Open project: atk4/atk4 Class Usage Examples

Public Properties

Property Type Description
$app App_Web
$page_class string Name of page class
$page_options array Page options
$saved_base_path string Saved PageManager base_path

Protected Properties

Property Type Description
$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?

Public Methods

Method Description
init ( ) Initialization.
initInstaller ( )
initStep ( string $step ) : mixed
makePage ( string $step, string $template = 'step/default' ) : View
showIntro ( View $v )
stepURL ( string $position ) : URL

Method Details

init() public method

Initialization.
public init ( )

initInstaller() public method

public initInstaller ( )

initStep() public method

public initStep ( string $step ) : mixed
$step string
return mixed

makePage() public method

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

showIntro() public method

public showIntro ( View $v )
$v View

stepURL() public method

public stepURL ( string $position ) : URL
$position string
return URL

Property Details

$app public property

public App_Web $app
return App_Web

$page_class public property

Name of page class
public string $page_class
return string

$page_options public property

Page options
public array $page_options
return array

$s_cnt protected property

For internal use
protected $s_cnt

$s_current protected property

For internal use
protected $s_current

$s_first protected property

For internal use
protected $s_first

$s_last protected property

For internal use
protected $s_last

$s_next protected property

For internal use
protected $s_next

$s_prev protected property

For internal use
protected $s_prev

$s_title protected property

For internal use
protected $s_title

$saved_base_path public property

Saved PageManager base_path
public string $saved_base_path
return string

$show_intro protected property

Should we show intro?
protected bool $show_intro
return boolean