コード例 #1
0
ファイル: components.class.php プロジェクト: voota/voota
 public function executeTags()
 {
     $this->myTags = TagManager::getTagsByLoggedUser($this->entity);
     $this->allTagsPager = TagManager::getTags($this->entity, 1);
 }