PHP Class Tebru\Retrofit\Generation\Manipulator\QueryManipulator

Author: Nate Brunette ([email protected])
Mostrar archivo Open project: tebru/retrofit-php Class Usage Examples

Public Methods

Method Description
boolToString ( array $elements ) : array Convert booleans to string so that they're not passed as 0 and 1
varToString ( mixed $variable ) : string Convert a value to its string representation

Method Details

boolToString() public static method

Convert booleans to string so that they're not passed as 0 and 1
public static boolToString ( array $elements ) : array
$elements array
return array

varToString() public static method

Convert a value to its string representation
public static varToString ( mixed $variable ) : string
$variable mixed
return string