<?php class ServiceC { function __construct() { //Construction... } /** * @return string */ public function getMenu( ) { return 'myMenuC'; } }