Granada\ORM::id PHP Метод

id() публичный Метод

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