tao-test/app/taoQtiItem/config/header/ItemCategoriesService.conf.php

15 lines
327 B
PHP

<?php
/**
* Service that get the categories linked to an item
*
* In order to get categories the properties option has to be correctly set :
* ['properties' =>
* ['propertyUri' =>
* ['possibleValue1' => 'category1',
* 'possibleValue2' => 'category2'
* ]
* ]
* ]
*/