PHP Interface pharext\SourceDir

Inheritance: extends Traversable
Afficher le fichier Open project: m6w6/pharext Interface Usage Examples

Méthodes publiques

Méthode Description
getArgs ( ) : array | Traversable Provide installer command line args
getBaseDir ( ) : string Retrieve the base directory
getLicense ( ) : string Retrieve the full text license
getPackageInfo ( ) : array | Traversable Retrieve gathered package info
setArgs ( Args $args ) Process installer command line args

Method Details

getArgs() public méthode

Provide installer command line args
public getArgs ( ) : array | Traversable
Résultat array | Traversable

getBaseDir() public méthode

Retrieve the base directory
public getBaseDir ( ) : string
Résultat string

getLicense() public méthode

Retrieve the full text license
public getLicense ( ) : string
Résultat string

getPackageInfo() public méthode

Retrieve gathered package info
public getPackageInfo ( ) : array | Traversable
Résultat array | Traversable

setArgs() public méthode

Process installer command line args
public setArgs ( Args $args )
$args pharext\Cli\Args