Pimcore\Model\Element\Tag\Dao::addTagToElement PHP Метод

addTagToElement() публичный Метод

public addTagToElement ( $cType, $cId )
$cType
$cId
    public function addTagToElement($cType, $cId)
    {
        $this->doAddTagToElement($this->model->getId(), $cType, $cId);
    }