Total Complexity | 2 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
20 | class FosUser |
||
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 name of the used table |
||
45 | * |
||
46 | * @return string Table name |
||
47 | */ |
||
48 | protected function table() : string |
||
53 |