15 lines
327 B
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'
|
|
* ]
|
|
* ]
|
|
* ]
|
|
*/
|