Bravo3\Orm\Tests\Entities\Indexed\SluggedArticle::getSlug PHP Method

getSlug() public method

Get Slug
public getSlug ( ) : string
return string
    public function getSlug()
    {
        return $this->slug;
    }