Esempio n. 1
0
 static function addCategory($id, $categoryId, $source = null)
 {
     return OsEntity::addCategory($id, $categoryId, $source);
 }