~clinton-collins/familyproject/trunk

« back to all changes in this revision

Viewing changes to ZendFramework/tests/Zend/Amf/ServiceB.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
class ServiceB {
 
3
    function __construct() {        
 
4
        //Construction...
 
5
    }
 
6
    
 
7
    /**
 
8
     * @return string
 
9
     */
 
10
    public function getMenu( )
 
11
    {
 
12
        return 'myMenuB';
 
13
    }
 
14
}
 
 
b'\\ No newline at end of file'