PHP 클래스 Api\ArrayType\ApiArrayOfString

상속: extends WsdlToPhp\PackageBase\AbstractStructArrayBase
파일 보기 프로젝트 열기: wsdltophp/packagegenerator

공개 프로퍼티들

프로퍼티 타입 설명
$string string[] The string Meta informations extracted from the WSDL - maxOccurs: unbounded - minOccurs: 0

공개 메소드들

메소드 설명
__construct ( array $string = [] ) Constructor method for ArrayOfString
__set_state ( array $array ) : ApiArrayOfString Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
__toString ( ) : string Method returning the class name
addToString ( string $item ) : ApiArrayOfString Add item to string value
current ( ) : string | null Returns the current element
first ( ) : string | null Returns the first element
getAttributeName ( ) : string Returns the attribute name
getString ( ) : string[] | null Get string value
item ( integer $index ) : string | null Returns the indexed element
last ( ) : string | null Returns the last element
offsetGet ( integer $offset ) : string | null Returns the element at the offset
setString ( array $string = [] ) : ApiArrayOfString Set string value

메소드 상세

__construct() 공개 메소드

Constructor method for ArrayOfString
public __construct ( array $string = [] )
$string array

__set_state() 공개 정적인 메소드

Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
또한 보기: AbstractStructArrayBase::__set_state()
public static __set_state ( array $array ) : ApiArrayOfString
$array array the exported values
리턴 ApiArrayOfString

__toString() 공개 메소드

Method returning the class name
public __toString ( ) : string
리턴 string __CLASS__

addToString() 공개 메소드

Add item to string value
public addToString ( string $item ) : ApiArrayOfString
$item string
리턴 ApiArrayOfString

current() 공개 메소드

Returns the current element
또한 보기: AbstractStructArrayBase::current()
public current ( ) : string | null
리턴 string | null

first() 공개 메소드

Returns the first element
또한 보기: AbstractStructArrayBase::first()
public first ( ) : string | null
리턴 string | null

getAttributeName() 공개 메소드

Returns the attribute name
또한 보기: AbstractStructArrayBase::getAttributeName()
public getAttributeName ( ) : string
리턴 string string

getString() 공개 메소드

Get string value
public getString ( ) : string[] | null
리턴 string[] | null

item() 공개 메소드

Returns the indexed element
또한 보기: AbstractStructArrayBase::item()
public item ( integer $index ) : string | null
$index integer
리턴 string | null

last() 공개 메소드

Returns the last element
또한 보기: AbstractStructArrayBase::last()
public last ( ) : string | null
리턴 string | null

offsetGet() 공개 메소드

Returns the element at the offset
또한 보기: AbstractStructArrayBase::offsetGet()
public offsetGet ( integer $offset ) : string | null
$offset integer
리턴 string | null

setString() 공개 메소드

Set string value
public setString ( array $string = [] ) : ApiArrayOfString
$string array
리턴 ApiArrayOfString

프로퍼티 상세

$string 공개적으로 프로퍼티

The string Meta informations extracted from the WSDL - maxOccurs: unbounded - minOccurs: 0
public string[] $string
리턴 string[]