관리-도구
편집 파일: VirtualTrait.php
<?php namespace Symfony\Component\Debug\Tests\Fixtures; /** * @method string traitMethod() */ trait VirtualTrait { }