Sleimanx2\Plastic\Mappings\Creator::getStub PHP Method

getStub() protected method

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