Jarves\Admin\ObjectCrud::getPrimaryKey PHP Method

getPrimaryKey() public method

If the class created a item through addItem(), it contains the primary key of the newly created item. array( 'id' => 1234 ) array( 'id' => 1234, 'subId' => 5678 )
public getPrimaryKey ( ) : array
return array
    public function getPrimaryKey()
    {
        return $this->primaryKey;
    }
ObjectCrud