PHP 클래스 Newscoop\GimmeBundle\Form\DataTransformer\StringToArrayTransformer

상속: implements Symfony\Component\Form\DataTransformerInterface
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
reverseTransform ( array $string ) : array Transforms string to array with explode and coma as delimiter.
transform ( array $array ) : string Transforms array to string with implode.

메소드 상세

reverseTransform() 공개 메소드

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

transform() 공개 메소드

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