PHP Class Pagekit\Installer\Installer

Show file Open project: pagekit/pagekit Class Usage Examples

Protected Properties

Property Type Description
$app Pagekit Application instance
$config boolean
$configFile string

Public Methods

Method Description
__construct ( Pagekit\Application $app )
check ( $config )
install ( $config = [], $option = [], $user = [] )

Protected Methods

Method Description
createDatabase ( ) : void

Method Details

__construct() public method

public __construct ( Pagekit\Application $app )
$app Pagekit\Application

check() public method

public check ( $config )

createDatabase() protected method

protected createDatabase ( ) : void
return void

install() public method

public install ( $config = [], $option = [], $user = [] )

Property Details

$app protected property

Pagekit Application instance
protected $app

$config protected property

protected bool $config
return boolean

$configFile protected property

protected string $configFile
return string