ManaPHP\Mvc\Model\MetadataInterface::getPrimaryKeyAttributes PHP Метод

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

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
Результат array
    public function getPrimaryKeyAttributes($model);