PHP 클래스 Inflector, spaghettiphp

파일 보기 프로젝트 열기: spaghettiphp/spaghettiphp 1 사용 예제들

공개 메소드들

메소드 설명
camelize ( $string )
humanize ( $string )
hyphenToUnderscore ( $string )
slug ( $string, $replace = '-' )
underscore ( $string )

메소드 상세

camelize() 공개 정적인 메소드

public static camelize ( $string )

humanize() 공개 정적인 메소드

public static humanize ( $string )

hyphenToUnderscore() 공개 정적인 메소드

public static hyphenToUnderscore ( $string )

slug() 공개 정적인 메소드

public static slug ( $string, $replace = '-' )

underscore() 공개 정적인 메소드

public static underscore ( $string )