@@ -180,7 +180,6 @@ |
||
180 | 180 | /** |
181 | 181 | * Function to retrieve this material table by specified field |
182 | 182 | * @param string $tableSelector Selector to identify table structure |
183 | - * @param string $field Database field by which search is performed |
|
184 | 183 | * @param array $tableColumns Columns names list |
185 | 184 | * @param string $externalHandler External handler to perform some extra code |
186 | 185 | * @param array $params External handler params |
@@ -10,7 +10,6 @@ |
||
10 | 10 | use samson\activerecord\TableRelation; |
11 | 11 | use samson\activerecord\material; |
12 | 12 | use samson\core\CompressableService; |
13 | -use samson\activerecord\dbRecord; |
|
14 | 13 | use samson\activerecord\dbMySQLConnector; |
15 | 14 | |
16 | 15 | /** |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | |
49 | 49 | /** |
50 | 50 | * Get all related materials |
51 | - * @return \samson\cms\CMSMaterial[] Collection of related materials |
|
51 | + * @return \samson\cms\Material[] Collection of related materials |
|
52 | 52 | */ |
53 | 53 | public function & materials() |
54 | 54 | { |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | |
71 | 71 | /** |
72 | 72 | * Get all related fields |
73 | - * @return \samson\cms\Field[] Collection of related fields |
|
73 | + * @return \samson\cms\NavigationField[] Collection of related fields |
|
74 | 74 | */ |
75 | 75 | public function &fields() |
76 | 76 | { |