Disclaimer: Auto generated file.
Please help us setting parameters to useful values and extending the examples.
/**
* PerfilExample constructor.
* @param string $className
* @param string $exampleDir
* @param string $exampleHome
*/
/*
$perfilExample = new PerfilExample(string $className, string $exampleDir, string $exampleHome);
*/
$perfilExample = new PerfilExample('palabra', 'palabra', 'palabra');
- $perfilExample->getFileSystemControllerPath() :
- $perfilExample->getFileSystemControllerPath();
->
palabra/palabra_example.php - $perfilExample->getFileSystemCodePath() :
- $perfilExample->getFileSystemCodePath();
->
palabra/code/palabra_example_code.php - $perfilExample->directoryPath( $fileName) :
- $perfilExample->directoryPath(null /* == */);
->
Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /lamp/www/iaLib/inc_ia/DocumentIt/src/PerfilExample.php on line 66
- $perfilExample->PerfilExample_class() : string
/**
* @return string
*/ - $perfilExample->PerfilExample_class(); -> \Reflection error, invalid $className = palabra
- $perfilExample->testTemplate() :
/** test file example */ - $perfilExample->testTemplate();
->
\Reflection error, invalid $className = palabra
|