コード例 #1
0
ファイル: Adapter.php プロジェクト: mastito03/Embed
 /**
  * {@inheritdoc}
  */
 public function getTags()
 {
     return Utils::getAllValues(Utils::getData($this->providers, 'tags'));
 }