PHP 클래스 yii\apidoc\models\FunctionDoc

부터: 2.0
저자: Carsten Brandt ([email protected])
상속: extends BaseDoc
파일 보기 프로젝트 열기: yiisoft/yii2-apidoc

공개 프로퍼티들

프로퍼티 타입 설명
$exceptions
$isReturnByReference
$params yii\apidoc\models\ParamDoc[]
$return
$returnType
$returnTypes

공개 메소드들

메소드 설명
__construct ( phpDocumentor\Reflection\FunctionReflector $reflector = null, Context $context = null, array $config = [] )

메소드 상세

__construct() 공개 메소드

public __construct ( phpDocumentor\Reflection\FunctionReflector $reflector = null, Context $context = null, array $config = [] )
$reflector phpDocumentor\Reflection\FunctionReflector
$context Context
$config array

프로퍼티 상세

$exceptions 공개적으로 프로퍼티

public $exceptions

$isReturnByReference 공개적으로 프로퍼티

public $isReturnByReference

$params 공개적으로 프로퍼티

public ParamDoc[],yii\apidoc\models $params
리턴 yii\apidoc\models\ParamDoc[]

$return 공개적으로 프로퍼티

public $return

$returnType 공개적으로 프로퍼티

public $returnType

$returnTypes 공개적으로 프로퍼티

public $returnTypes