editTag() public méthode

Rename a tag
public editTag ( integer $tagId, array $post ) : boolean
$tagId integer
$post array
Résultat boolean
Exemple #1
0
 /**
  * @param int $tagId
  * @param array $post
  * @return bool
  */
 protected function processEditTag(int $tagId, array $post) : bool
 {
     return $this->blog->editTag($tagId, $post);
 }