PHP Class opensrs\domains\bulkchange\BulkChange

Inheritance: extends opensrs\Base
Datei anzeigen Open project: opensrs/osrs-toolkit-php Class Usage Examples

Public Properties

Property Type Description
$_formatHolder
$action
$object
$requiredFields
$resultFormatted
$resultFullFormatted
$resultFullRaw
$resultRaw

Protected Properties

Property Type Description
$changeTypeHandle

Public Methods

Method Description
__construct ( $formatString, $dataObject, $returnFullResponse = true, $send = true )
__destruct ( )
_validateObject ( $dataObject, $requiredFields = null ) Validate the object
getFriendlyClassName ( $string )
loadChangeTypeClass ( $change_type )
validateChangeType ( $change_type, $dataObject )

Method Details

__construct() public method

public __construct ( $formatString, $dataObject, $returnFullResponse = true, $send = true )

__destruct() public method

public __destruct ( )

_validateObject() public method

Validate the object
public _validateObject ( $dataObject, $requiredFields = null )

getFriendlyClassName() public method

public getFriendlyClassName ( $string )

loadChangeTypeClass() public method

public loadChangeTypeClass ( $change_type )

validateChangeType() public method

public validateChangeType ( $change_type, $dataObject )

Property Details

$_formatHolder public_oe property

public $_formatHolder

$action public_oe property

public $action

$changeTypeHandle protected_oe property

protected $changeTypeHandle

$object public_oe property

public $object

$requiredFields public_oe property

public $requiredFields

$resultFormatted public_oe property

public $resultFormatted

$resultFullFormatted public_oe property

public $resultFullFormatted

$resultFullRaw public_oe property

public $resultFullRaw

$resultRaw public_oe property

public $resultRaw