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

getId() public method

Get Id
public getId ( ) : integer
return integer
    public function getId()
    {
        return $this->id;
    }