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
Afficher le fichier Open project: atk4/atk4 Class Usage Examples

Méthodes publiques

Свойство 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

Свойство 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?

Méthodes publiques

Méthode 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 méthode

Initialization.
public init ( )

initInstaller() public méthode

public initInstaller ( )

initStep() public méthode

public initStep ( string $step ) : mixed
$step string
Résultat mixed

makePage() public méthode

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

showIntro() public méthode

public showIntro ( View $v )
$v View

stepURL() public méthode

public stepURL ( string $position ) : URL
$position string
Résultat URL

Property Details

$app public_oe property

public App_Web $app
Résultat App_Web

$page_class public_oe property

Name of page class
public string $page_class
Résultat string

$page_options public_oe property

Page options
public array $page_options
Résultat array

$s_cnt protected_oe property

For internal use
protected $s_cnt

$s_current protected_oe property

For internal use
protected $s_current

$s_first protected_oe property

For internal use
protected $s_first

$s_last protected_oe property

For internal use
protected $s_last

$s_next protected_oe property

For internal use
protected $s_next

$s_prev protected_oe property

For internal use
protected $s_prev

$s_title protected_oe property

For internal use
protected $s_title

$saved_base_path public_oe property

Saved PageManager base_path
public string $saved_base_path
Résultat string

$show_intro protected_oe property

Should we show intro?
protected bool $show_intro
Résultat boolean