PHP 인터페이스 Sulu\Component\Util\ArrayableInterface

파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
toArray ( integer $depth = null ) Return a representation of this object as an array.

메소드 상세

toArray() 공개 메소드

Return a representation of this object as an array.
public toArray ( integer $depth = null )
$depth integer - Optional depth parameter. May or may not be used by the implementing object