Blame | Letzte Änderung | Log anzeigen | RSS feed
/** * @todo Implement {methodName}(). */ public function {methodName}() { // Remove the following line when you implement this method. throw new RuntimeException('Not yet implemented.'); }
/**
* @todo Implement {methodName}().
*/
public function {methodName}()
{
// Remove the following line when you implement this method.
throw new RuntimeException('Not yet implemented.');
}