Jamm\Memory\Tests\CommandsListCheck::getUnifiedMethodName PHP 메소드

getUnifiedMethodName() 보호된 메소드

protected getUnifiedMethodName ( $method )
    protected function getUnifiedMethodName($method)
    {
        return trim(str_replace('_', ' ', strtoupper($method)));
    }