@@ -16,19 +16,19 @@ discard block |
||
| 16 | 16 | protected $dir_link_table; |
| 17 | 17 | |
| 18 | 18 | /** |
| 19 | - * Set the directory links database table name |
|
| 20 | - * |
|
| 21 | - * @param string $dir_link_table |
|
| 22 | - * @return null |
|
| 23 | - */ |
|
| 19 | + * Set the directory links database table name |
|
| 20 | + * |
|
| 21 | + * @param string $dir_link_table |
|
| 22 | + * @return null |
|
| 23 | + */ |
|
| 24 | 24 | public function set_table_name($dir_link_table) |
| 25 | 25 | { |
| 26 | 26 | $this->dir_link_table = $dir_link_table; |
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | /** |
| 30 | - * {@inheritdoc} |
|
| 31 | - */ |
|
| 30 | + * {@inheritdoc} |
|
| 31 | + */ |
|
| 32 | 32 | public function get_columns() |
| 33 | 33 | { |
| 34 | 34 | return array( |
@@ -40,8 +40,8 @@ discard block |
||
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | /** |
| 43 | - * {@inheritdoc} |
|
| 44 | - */ |
|
| 43 | + * {@inheritdoc} |
|
| 44 | + */ |
|
| 45 | 45 | public function get_table_name() |
| 46 | 46 | { |
| 47 | 47 | return $this->dir_link_table; |