Comparing two enums can be done with the equals() method: class Rating extends \Konekt\Enum\Enum { const ONE = 1; const TWO = 2; const THREE = 3; } ...
確定! 回上一頁