ManaPHP\Mvc\Model\MetadataInterface::getPrimaryKeyAttributes PHP Méthode

getPrimaryKeyAttributes() public méthode

Returns an array of fields which are part of the primary key
public getPrimaryKeyAttributes ( string | ManaPHP\Mvc\ModelInterface $model ) : array
$model string | ManaPHP\Mvc\ModelInterface
Résultat array
    public function getPrimaryKeyAttributes($model);