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