Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Phpro
SoapClient
CodeGenerator
Context
TypeContext
PHP 클래스 Phpro\SoapClient\CodeGenerator\Context\TypeContext
상속:
implements
ContextInterface
파일 보기
프로젝트 열기: phpro/soap-client
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
ClassGenerator
$class
,
Type
$type
)
PropertyContext constructor.
getClass
( ) :
ClassGenerator
getType
( ) :
Type
메소드 상세
__construct()
공개
메소드
PropertyContext constructor.
public
__construct
(
ClassGenerator
$class
,
Type
$type
)
$class
Zend\Code\Generator\ClassGenerator
$type
Phpro\SoapClient\CodeGenerator\Model\Type
getClass()
공개
메소드
public
getClass
( ) :
ClassGenerator
리턴
Zend\Code\Generator\ClassGenerator
getType()
공개
메소드
public
getType
( ) :
Type
리턴
Phpro\SoapClient\CodeGenerator\Model\Type