service = taoItems_models_classes_CrudItemsService::singleton(); } /** * Optionnaly a specific rest controller may declare * aliases for parameters used for the rest communication */ protected function getParametersAliases() { return array_merge(parent::getParametersAliases(), [ "model" => taoItems_models_classes_ItemsService::PROPERTY_ITEM_MODEL, "content" => taoItems_models_classes_ItemsService::PROPERTY_ITEM_CONTENT ]); } /** * Optionnal Requirements for parameters to be sent on every service * */ protected function getParametersRequirements() { return [ /** you may use either the alias or the uri, if the parameter identifier * is set it will become mandatory for the method/operation in $key * Default Parameters Requirents are applied * type by default is not required and the root class type is applied */ ]; } }