PHP 클래스 Neos\Flow\Tests\Functional\Reflection\Fixtures\AnnotatedClass

파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$introducedProperty
$mail

공개 메소드들

메소드 설명
intAndIntegerParameters ( integer $int, integer $integer )
regularAnnotations ( string $foo, integer $bar ) : integer This is the description for the regularAnnotations method.
someFlowAnnotations ( string $foo )

메소드 상세

intAndIntegerParameters() 공개 메소드

public intAndIntegerParameters ( integer $int, integer $integer )
$int integer
$integer integer

regularAnnotations() 공개 메소드

This is the description for the regularAnnotations method.
public regularAnnotations ( string $foo, integer $bar ) : integer
$foo string
$bar integer
리턴 integer

someFlowAnnotations() 공개 메소드

public someFlowAnnotations ( string $foo )
$foo string

프로퍼티 상세

$introducedProperty 보호되어 있는 프로퍼티

protected $introducedProperty

$mail 보호되어 있는 프로퍼티

protected $mail