PHP 클래스 Zend\Code\Generator\TypeGenerator

상속: implements Zend\Code\Generator\GeneratorInterface
파일 보기 프로젝트 열기: zendframework/zend-code 1 사용 예제들

공개 메소드들

메소드 설명
__toString ( ) : string
fromTypeString ( string $type ) : TypeGenerator
generate ( ) {@inheritDoc}

비공개 메소드들

메소드 설명
__construct ( )
isInternalPhpType ( string $type ) : boolean
trimNullable ( string $type ) : bool[] | string[]
trimType ( string $type ) : bool[] | string[]

메소드 상세

__toString() 공개 메소드

public __toString ( ) : string
리턴 string the cleaned type string

fromTypeString() 공개 정적인 메소드

public static fromTypeString ( string $type ) : TypeGenerator
$type string
리턴 TypeGenerator

generate() 공개 메소드

{@inheritDoc}
public generate ( )