コード例 #1
0
ファイル: PreferredNotifyWay.php プロジェクト: jlaso/notify
 /**
  * @param PreferredNotifyWay $preferredNotifyWay
  * @return bool
  */
 public function equalsTo(PreferredNotifyWay $preferredNotifyWay)
 {
     return $this->value == $preferredNotifyWay->getValue();
 }