コード例 #1
0
ファイル: Element.php プロジェクト: adacap/3agest-prototype
 /**
  * @inheritdoc
  */
 public function hasAttribute($key)
 {
     return $this->element->hasAttribute($key);
 }