() methods. */ class Simplify_ResourceList { /** * @var array $list the list of domain objects. */ public $list = array(); /** * @var int $total the total number of object available. */ public $total = 0; }