shipcloud PHP Client

HandlingType extends Enum

HandlingType enumeration class

Tags
category

Enum

author

Daniel Muenter info@msltns.com

version
0.0.1
since
0.0.1
license

GPL 3 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 3, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Table of Contents

ABANDON  = 'abandon'
RETURN_IMMEDIATELY  = 'return_immediately'
$constCacheArray  : mixed
get_class_name()  : string
Returns the name of the current instance.
get_name_by_value()  : mixed
is_valid_value()  : bool
Validates a given $enum_value against a given $enum_type.
to_string()  : string
For a given $enum_type, give the complete string representation for the given $enum_value (class::const)
__construct()  : void
Due to singleton pattern make sure there are never any instances created.

Constants

RETURN_IMMEDIATELY

public mixed RETURN_IMMEDIATELY = 'return_immediately'

Properties

$constCacheArray

private static mixed $constCacheArray = NULL

Methods

get_class_name()

Returns the name of the current instance.

public static get_class_name() : string
Return values
string

get_name_by_value()

public static get_name_by_value(mixed $enum_type, mixed $enum_value) : mixed
Parameters
$enum_type : mixed
$enum_value : mixed
Return values
mixed

is_valid_value()

Validates a given $enum_value against a given $enum_type.

public static is_valid_value(string $enum_type, string $enum_value) : bool
Parameters
$enum_type : string
$enum_value : string
Return values
bool

to_string()

For a given $enum_type, give the complete string representation for the given $enum_value (class::const)

public static to_string(string $enum_type, string $enum_value) : string
Parameters
$enum_type : string
$enum_value : string
Return values
string

__construct()

Due to singleton pattern make sure there are never any instances created.

private final __construct() : void
Return values
void

Search results