@@ 182-184 (lines=3) @@ | ||
179 | * @return boolean |
|
180 | */ |
|
181 | public function hasIdentifierPropertiesOnly() { |
|
182 | if ($this->attributes !== null && $this->attributes->isEmpty() === false) { |
|
183 | return false; |
|
184 | } |
|
185 | if ($this->relationships !== null && $this->relationships->isEmpty() === false) { |
|
186 | return false; |
|
187 | } |
|
@@ 221-223 (lines=3) @@ | ||
218 | if (parent::isEmpty() === false) { |
|
219 | return false; |
|
220 | } |
|
221 | if ($this->attributes !== null && $this->attributes->isEmpty() === false) { |
|
222 | return false; |
|
223 | } |
|
224 | if ($this->relationships !== null && $this->relationships->isEmpty() === false) { |
|
225 | return false; |
|
226 | } |