0 follower

Interface Yiisoft\Yii\Gii\GiiInterface

Implemented byYiisoft\Yii\Gii\Gii

Method Details

Hide inherited methods

addGenerator() public abstract method

public abstract void addGenerator ( Yiisoft\Yii\Gii\GeneratorInterface $generator )
$generator Yiisoft\Yii\Gii\GeneratorInterface

                public function addGenerator(GeneratorInterface $generator): void;

            
getGenerator() public abstract method

public abstract Yiisoft\Yii\Gii\GeneratorInterface getGenerator ( string $id )
$id string
throws Yiisoft\Yii\Gii\Exception\GeneratorNotFoundException

                public function getGenerator(string $id): GeneratorInterface;

            
getGenerators() public abstract method

public abstract Yiisoft\Yii\Gii\GeneratorInterface[]|Yiisoft\Yii\Gii\GeneratorProxy[] getGenerators ( )

                public function getGenerators(): array;