| @@ 69-76 (lines=8) @@ | ||
| 66 | /** |
|
| 67 | * @return bool |
|
| 68 | */ |
|
| 69 | public function automapWithAssociation() : bool |
|
| 70 | { |
|
| 71 | if ($this->userEntity !== NULL && class_exists($this->userEntity) && $this->automapField === TRUE) { |
|
| 72 | return TRUE; |
|
| 73 | } |
|
| 74 | ||
| 75 | return FALSE; |
|
| 76 | } |
|
| 77 | ||
| 78 | /** |
|
| 79 | * @return bool |
|
| @@ 81-88 (lines=8) @@ | ||
| 78 | /** |
|
| 79 | * @return bool |
|
| 80 | */ |
|
| 81 | public function automapWithField() : bool |
|
| 82 | { |
|
| 83 | if ($this->userEntity === NULL && $this->automapField === TRUE) { |
|
| 84 | return TRUE; |
|
| 85 | } |
|
| 86 | ||
| 87 | return FALSE; |
|
| 88 | } |
|
| 89 | ||
| 90 | /** |
|
| 91 | * @return bool |
|