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