프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$abstract | boolean | ||
$checks | |||
$constants | PHPConstant[] | ||
$doc | |||
$extends | |||
$name | |||
$namespace | |||
$properties | Goetas\Xsd\XsdToPhp\Php\Structure\PHPProperty[] |
메소드 | 설명 | |
---|---|---|
__construct ( $name = null, $namespace = null ) | ||
__toString ( ) | ||
addCheck ( $property, $check, $value ) | ||
addProperty ( Goetas\Xsd\XsdToPhp\Php\Structure\PHPProperty $property ) | ||
createFromFQCN ( $className ) | ||
getAbstract ( ) | ||
getChecks ( $property ) : array | ||
getDoc ( ) | ||
getExtends ( ) : |
||
getFullName ( ) | ||
getName ( ) | ||
getNamespace ( ) | ||
getProperties ( ) : Goetas\Xsd\XsdToPhp\Php\Structure\PHPProperty[] | ||
getPropertiesInHierarchy ( ) : Goetas\Xsd\XsdToPhp\Php\Structure\PHPProperty | ||
getProperty ( string $name ) : Goetas\Xsd\XsdToPhp\Php\Structure\PHPProperty | ||
getPropertyInHierarchy ( string $name ) : Goetas\Xsd\XsdToPhp\Php\Structure\PHPProperty | ||
hasProperty ( string $name ) : boolean | ||
hasPropertyInHierarchy ( string $name ) : boolean | ||
setAbstract ( $abstract ) | ||
setDoc ( $doc ) | ||
setExtends ( |
||
setName ( $name ) | ||
setNamespace ( $namespace ) |
public addProperty ( Goetas\Xsd\XsdToPhp\Php\Structure\PHPProperty $property ) | ||
$property | Goetas\Xsd\XsdToPhp\Php\Structure\PHPProperty |
public getProperties ( ) : Goetas\Xsd\XsdToPhp\Php\Structure\PHPProperty[] | ||
리턴 | Goetas\Xsd\XsdToPhp\Php\Structure\PHPProperty[] |
public getPropertiesInHierarchy ( ) : Goetas\Xsd\XsdToPhp\Php\Structure\PHPProperty | ||
리턴 | Goetas\Xsd\XsdToPhp\Php\Structure\PHPProperty |
public getProperty ( string $name ) : Goetas\Xsd\XsdToPhp\Php\Structure\PHPProperty | ||
$name | string | |
리턴 | Goetas\Xsd\XsdToPhp\Php\Structure\PHPProperty |
public getPropertyInHierarchy ( string $name ) : Goetas\Xsd\XsdToPhp\Php\Structure\PHPProperty | ||
$name | string | |
리턴 | Goetas\Xsd\XsdToPhp\Php\Structure\PHPProperty |
public hasPropertyInHierarchy ( string $name ) : boolean | ||
$name | string | |
리턴 | boolean |
public setExtends ( |
||
$extends | ||
리턴 |