<?php namespace spiral\framework\di\fixtures\definition; use spiral\framework\di\definition\AbstractMethod; class OtherMethod extends AbstractMethod { public function getName() { return ''; } }