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

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

print_r($metaData->getPrimaryKeyAttributes(new Robots()));
public getPrimaryKeyAttributes ( string | ManaPHP\Mvc\ModelInterface $model ) : array
$model string | ManaPHP\Mvc\ModelInterface
Результат array
    public function getPrimaryKeyAttributes($model)
    {
        return $this->_readMetaData($model)[self::MODEL_PRIMARY_KEY];
    }