コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function hasAll(array $identifiers)
 {
     return parent::hasAll(array_map([$this, 'prepareID'], $identifiers));
 }