~clinton-collins/familyproject/trunk

« back to all changes in this revision

Viewing changes to ZendFramework/tests/Zend/Navigation/_files/My/Page.php

  • Committer: Clinton Collins
  • Date: 2009-06-26 19:54:58 UTC
  • Revision ID: clinton.collins@gmail.com-20090626195458-5ebba0qcvo15xlpy
Initial Import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
require_once 'Zend/Navigation/Page.php';
 
4
 
 
5
class My_Page extends Zend_Navigation_Page
 
6
{
 
7
    /**
 
8
     * Returns the page's href
 
9
     *
 
10
     * @return string
 
11
     */
 
12
    public function getHref()
 
13
    {
 
14
        return '#';
 
15
    }
 
16
}
 
 
b'\\ No newline at end of file'