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