PHP 클래스 X, peachpie

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

공개 프로퍼티들

프로퍼티 타입 설명
$A
$B string
$data
$name string
$sfld1
$sfld2 integer
$sfld3

공개 메소드들

메소드 설명
__invoke ( )
bar ( )
bar ( $a, $b )
foo ( )
test1 ( )
test2 ( )

메소드 상세

__invoke() 공개 메소드

public __invoke ( )

bar() 정적인 공개 메소드

static public bar ( )

bar() 공개 메소드

public bar ( $a, $b )

foo() 공개 메소드

public foo ( )

test1() 정적인 공개 메소드

static public test1 ( )

test2() 정적인 공개 메소드

static public test2 ( )

프로퍼티 상세

$A 정적으로 공개적으로 프로퍼티

static public $A

$B 정적으로 공개적으로 프로퍼티

static public string $B
리턴 string

$data 공개적으로 프로퍼티

public $data

$name 공개적으로 프로퍼티

public string $name
리턴 string

$sfld1 정적으로 공개적으로 프로퍼티

static public $sfld1

$sfld2 정적으로 공개적으로 프로퍼티

static public int $sfld2
리턴 integer

$sfld3 정적으로 공개적으로 프로퍼티

static public $sfld3