PHP 트레잇 Bolt\Storage\CaseTransformTrait

파일 보기 프로젝트 열기: bolt/bolt

공개 메소드들

메소드 설명
camelize ( string $id ) : string Converts a string from underscored to Camel Case.
underscore ( string $id ) : string Converts a string from camel case to underscored.

메소드 상세

camelize() 공개 메소드

Converts a string from underscored to Camel Case.
public camelize ( string $id ) : string
$id string A string to camelize
리턴 string The camelized string

underscore() 공개 메소드

Converts a string from camel case to underscored.
public underscore ( string $id ) : string
$id string The string to underscore
리턴 string The underscored string