1 | <?php |
||
13 | class Carbon_Breadcrumb_Item_Post extends Carbon_Breadcrumb_Item_DB_Object { |
||
14 | |||
15 | /** |
||
16 | * Configure the title and link URL by using the specified post ID. |
||
17 | * |
||
18 | * @access public |
||
19 | * @throws Carbon_Breadcrumb_Exception When post 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() { |
||
40 | |||
41 | /** |
||
42 | * Setup the link of this item. |
||
43 | * |
||
44 | * @access public |
||
45 | */ |
||
46 | public function setup_link() { |
||
50 | |||
51 | } |
||
52 |