示例#1
0
文件: Where.php 项目: fixin/fixin
 /**
  * {@inheritDoc}
  * @see \Fixin\Model\Request\Where\WhereInterface::orId($entityId)
  */
 public function orId(EntityIdInterface $entityId) : WhereInterface
 {
     return $this->orItems($entityId->getArrayCopy());
 }