Api\StructType\ApiOffer::__set_state PHP Method

__set_state() public static method

Method called when an object has been exported with var_export() functions It allows to return an object instantiated with the values
See also: AbstractStructBase::__set_state()
public static __set_state ( array $array ) : ApiOffer
$array array the exported values
return ApiOffer
    public static function __set_state(array $array)
    {
        return parent::__set_state($array);
    }