0 follower

Interface Yiisoft\Yii\Gii\GiiInterface

Implemented byYiisoft\Yii\Gii\Gii

Method Details

Hide inherited methods

addGenerator() public abstract method

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

                public function addGenerator(GeneratorInterface $generator): void;

            
getGenerator() public abstract method

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

                public function getGenerator(string $id): GeneratorInterface;

            
getGenerators() public abstract method

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

                public function getGenerators(): array;