Total Complexity | 3 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | class Laravel |
||
21 | extends \Aimeos\MShop\Customer\Manager\Address\Standard |
||
22 | { |
||
23 | /** |
||
24 | * Returns the attributes that can be used for searching. |
||
25 | * |
||
26 | * @param bool $withsub Return also attributes of sub-managers if true |
||
27 | * @return \Aimeos\Base\Criteria\Attribute\Iface[] List of search attribute items |
||
28 | */ |
||
29 | public function getSearchAttributes( bool $withsub = true ) : array |
||
38 | ] |
||
39 | ] ) ); |
||
40 | } |
||
41 | |||
42 | |||
43 | /** |
||
44 | * Returns the config path for retrieving the configuration values. |
||
45 | * |
||
46 | * @return string Configuration path |
||
47 | */ |
||
48 | protected function getConfigPath() : string |
||
51 | } |
||
52 | |||
53 | /** |
||
54 | * Returns the name of the used table |
||
55 | * |
||
56 | * @return string Table name |
||
57 | */ |
||
58 | protected function table() : string |
||
63 |