Granada\ORM::id PHP Method

id() public method

Get the primary key ID of this object.
public id ( )
    public function id()
    {
        return $this->get($this->_get_id_column_name());
    }
ORM