PHP Class Phrozn\Registry\Dao\Base

Author: Victor Farazdagi
Inheritance: implements Phrozn\Registry\Dao
Afficher le fichier Open project: farazdagi/phrozn

Méthodes publiques

Méthode Description
__construct ( Container $container = null ) : void Initialize DAO object
getContainer ( ) : Phrozn\Has\Container Get registry container.
getOutputFile ( ) : string Get output file path
getProjectPath ( ) : string Get project path.
setContainer ( Container $container = null ) : Phrozn\Has\Container Set registry container.
setOutputFile ( string $path ) : Phrozn\Has\OutputFile Set output file path
setProjectPath ( string $path ) : Phrozn\Has\ProjectPath Set project path.

Method Details

__construct() public méthode

Initialize DAO object
public __construct ( Container $container = null ) : void
$container Phrozn\Registry\Container Registry container
Résultat void

getContainer() public méthode

Get registry container.
public getContainer ( ) : Phrozn\Has\Container
Résultat Phrozn\Has\Container

getOutputFile() public méthode

Get output file path
public getOutputFile ( ) : string
Résultat string

getProjectPath() public méthode

Get project path.
public getProjectPath ( ) : string
Résultat string

setContainer() public méthode

Set registry container.
public setContainer ( Container $container = null ) : Phrozn\Has\Container
$container Phrozn\Registry\Container Registry container
Résultat Phrozn\Has\Container

setOutputFile() public méthode

Set output file path
public setOutputFile ( string $path ) : Phrozn\Has\OutputFile
$path string File path
Résultat Phrozn\Has\OutputFile

setProjectPath() public méthode

Set project path.
public setProjectPath ( string $path ) : Phrozn\Has\ProjectPath
$path string Project path.
Résultat Phrozn\Has\ProjectPath