PHP Class FOF30\Factory\Magic\ControllerFactory

Inheritance: extends BaseFactory
Afficher le fichier Open project: akeeba/fof Class Usage Examples

Méthodes publiques

Méthode Description
make ( string $name = null, array $config = [] ) : DataController Create a new object instance

Method Details

make() public méthode

Create a new object instance
public make ( string $name = null, array $config = [] ) : DataController
$name string The name of the class we're making
$config array The config parameters which override the fof.xml information
Résultat FOF30\Controller\DataController A new DataController object