Bosnadev\Repositories\Console\Commands\Creators\CriteriaCreator::getStub PHP Метод

getStub() защищенный Метод

Get the stub.
protected getStub ( ) : string
Результат string
    protected function getStub()
    {
        // Stub
        $stub = $this->files->get($this->getStubPath() . "criteria.stub");
        // Return the stub.
        return $stub;
    }