for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author Nikola Kostadinov<[email protected]>
* Date: 18.10.2016
* Time: 23:33 ч.
*/
namespace nkostadinov\taxonomy\components\terms;
class CategoryTerm extends TagTerm
{
public function addTerm($object_id, $params)
// TODO: Implement addTerm() method.
}
public function removeTerm($object_id, $params = [])
// TODO: Implement removeTerm() method.
public function getTerms($object_id, $name = [])
// TODO: Implement getTerms() method.