Bluz\Crud\Table::getPrimaryKey PHP Méthode

getPrimaryKey() public méthode

Get primary key
public getPrimaryKey ( ) : array
Résultat array
    public function getPrimaryKey()
    {
        return $this->getTable()->getPrimaryKey();
    }