Bolt\Storage\Entity\ContentRouteTrait::getReference PHP Метод

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

Get the reference to this record, to uniquely identify this specific record.
protected getReference ( ) : string
Результат string
    protected function getReference()
    {
        $reference = $this->contenttype['singular_slug'] . '/' . $this->getLinkSlug();
        return $reference;
    }