The trait Idable provides a method equalsId that in turn relies on the
method getId(). If this method does not exist on a class mixing in this
trait, the method will fail.
Adding the getId() as an abstract method to the trait will make sure it
is available.
Loading history...
33
return;
34
}
35
36
// プロパティに値がいる場合はOK
37
if (array_key_exists($property, $this->_properties)) {