AdminPageFramework_Factory_Model___Meta_Base::_getMetaKeys PHP Метод

_getMetaKeys() защищенный Метод

protected _getMetaKeys ( $iObjectID )
    protected function _getMetaKeys($iObjectID)
    {
        return array_keys($this->getAsArray(call_user_func_array($this->osCallable, array($iObjectID))));
    }
AdminPageFramework_Factory_Model___Meta_Base