Bravo3\Orm\Exceptions\InvalidIdException::getId PHP Method

getId() public method

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