PHP Interface Sulu\Component\Util\ArrayableInterface

Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
toArray ( integer $depth = null ) Return a representation of this object as an array.

Method Details

toArray() public méthode

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