PHP 클래스 Protobuf\Field

저자: Iván Montes ([email protected])
저자: Fabio B. Silva ([email protected])
파일 보기 프로젝트 열기: protobuf-php/protobuf 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$names array

공개 메소드들

메소드 설명
getLabelName ( string $label ) : string Obtain the label name (repeated, optional, required).
getPhpType ( integer $type ) : string
getTypeName ( integer $type ) : string

메소드 상세

getLabelName() 공개 정적인 메소드

Obtain the label name (repeated, optional, required).
public static getLabelName ( string $label ) : string
$label string
리턴 string

getPhpType() 공개 정적인 메소드

public static getPhpType ( integer $type ) : string
$type integer
리턴 string

getTypeName() 공개 정적인 메소드

public static getTypeName ( integer $type ) : string
$type integer
리턴 string

프로퍼티 상세

$names 보호되어 있는 정적으로 프로퍼티

protected static array $names
리턴 array