getTag() public method

public getTag ( ) : string
return string current page tag
Exemplo n.º 1
0
 /**
  * @param Yii2Debug $owner
  * @param string $id
  */
 public function __construct($owner, $id)
 {
     $this->_owner = $owner;
     $this->_id = $id;
     $this->_tag = $owner->getTag();
 }