PHP 클래스 Doctrine\OXM\Util\Inflector

The methods in these classes are from several different sources collected across several different php projects and several different authors. The original author names and emails are not known
부터: 2.0
저자: Richard Fullmer ([email protected])
상속: extends Doctrine\Common\Util\Inflector
파일 보기 프로젝트 열기: doctrine/oxm 1 사용 예제들

공개 메소드들

메소드 설명
xmlize ( string $word ) : string Convert word to the format for an xml element. Converts XxxYYY to xxx-yyy

메소드 상세

xmlize() 공개 정적인 메소드

Convert word to the format for an xml element. Converts XxxYYY to xxx-yyy
public static xmlize ( string $word ) : string
$word string Word to xmlize
리턴 string $word Xmlized word