コード例 #1
0
 /**
  * {@inheritDoc}
  */
 public function has($identifier, $type = null, $unique = null)
 {
     return $this->aggregator->has($identifier, $type, $unique);
 }