PHP Interface Sulu\Component\Util\ArrayableInterface

显示文件 Open project: sulu/sulu

Public Methods

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

Method Details

toArray() public method

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