PHP Class WsdlToPhp\PackageGenerator\Container\Model\Schema

Inheritance: extends AbstractModel
Show file Open project: wsdltophp/packagegenerator Class Usage Examples

Public Methods

Method Description
get ( $value ) : Schema | null
getSchemaByName ( string $name ) : Schema | null

Protected Methods

Method Description
objectClass ( ) : string

Method Details

get() public method

See also: WsdlToPhp\PackageGenerator\Model\AbstractModel::get()
public get ( $value ) : Schema | null
return WsdlToPhp\PackageGenerator\Model\Schema | null

getSchemaByName() public method

public getSchemaByName ( string $name ) : Schema | null
$name string
return WsdlToPhp\PackageGenerator\Model\Schema | null

objectClass() protected method

See also: WsdlToPhp\PackageGenerator\Container\ModelContainer\Model::objectClass()
protected objectClass ( ) : string
return string