PHP 인터페이스 Mmoreram\PHPFormatter\Sorter\Interfaces\SorterInterface

파일 보기 프로젝트 열기: mmoreram/php-formatter

공개 메소드들

메소드 설명
sort ( string $data ) : string Sort any piece of code given as parameter.

메소드 상세

sort() 공개 메소드

Sort any piece of code given as parameter.
public sort ( string $data ) : string
$data string Data
리턴 string Data sorted or false if no sorting has needed