PHP Class PHPUnit_Util_Skeleton, qcodo

Author: Sebastian Bergmann ([email protected])
Afficher le fichier Open project: qcodo/qcodo Class Usage Examples

Protected Properties

Свойство Type Description
$inClassName array
$inSourceFile string
$outClassName array
$outSourceFile string

Méthodes publiques

Méthode Description
__construct ( string $inClassName, string $inSourceFile = '', string $outClassName = '', string $outSourceFile = '' ) Constructor.
generate ( )
getOutClassName ( ) : string
getOutSourceFile ( ) : string
write ( string $file = '' ) Generates the code and writes it to a source file.

Method Details

__construct() public méthode

Constructor.
public __construct ( string $inClassName, string $inSourceFile = '', string $outClassName = '', string $outSourceFile = '' )
$inClassName string
$inSourceFile string
$outClassName string
$outSourceFile string

generate() abstract public méthode

abstract public generate ( )

getOutClassName() public méthode

public getOutClassName ( ) : string
Résultat string

getOutSourceFile() public méthode

public getOutSourceFile ( ) : string
Résultat string

write() public méthode

Generates the code and writes it to a source file.
public write ( string $file = '' )
$file string

Property Details

$inClassName protected_oe property

protected array $inClassName
Résultat array

$inSourceFile protected_oe property

protected string $inSourceFile
Résultat string

$outClassName protected_oe property

protected array $outClassName
Résultat array

$outSourceFile protected_oe property

protected string $outSourceFile
Résultat string