示例#1
0
文件: Enum.php 项目: froler314/enum
 /**
  * @inheritdoc
  */
 public function equals(Enum $item)
 {
     return $item instanceof self && $item->getId() == $this->getId();
 }