PHP Class Newscoop\GimmeBundle\Form\DataTransformer\StringToArrayTransformer

Inheritance: implements Symfony\Component\Form\DataTransformerInterface
Datei anzeigen Open project: sourcefabric/newscoop

Public Methods

Method Description
reverseTransform ( array $string ) : array Transforms string to array with explode and coma as delimiter.
transform ( array $array ) : string Transforms array to string with implode.

Method Details

reverseTransform() public method

Transforms string to array with explode and coma as delimiter.
public reverseTransform ( array $string ) : array
$string array
return array

transform() public method

Transforms array to string with implode.
public transform ( array $array ) : string
$array array
return string