Sleimanx2\Plastic\Mappings\Creator::getStub PHP 메소드

getStub() 보호된 메소드

Get the mapping stub template.
protected getStub ( ) : string
리턴 string
    protected function getStub()
    {
        return $this->files->get($this->getStubPath() . '/default.stub');
    }