1 | <?php |
||
13 | class Carbon_Breadcrumb_Item_User extends Carbon_Breadcrumb_Item_DB_Object { |
||
14 | |||
15 | /** |
||
16 | * Configure the title and link URL by using the specified author user ID. |
||
17 | * |
||
18 | * @access public |
||
19 | * @throws Carbon_Breadcrumb_Exception When user ID isn't specified. |
||
20 | */ |
||
21 | public function setup() { |
||
29 | |||
30 | /** |
||
31 | * Setup the title of this item. |
||
32 | * |
||
33 | * @access public |
||
34 | */ |
||
35 | public function setup_title() { |
||
39 | |||
40 | /** |
||
41 | * Setup the link of this item. |
||
42 | * |
||
43 | * @access public |
||
44 | */ |
||
45 | public function setup_link() { |
||
48 | |||
49 | } |
||
50 |