Model::toArray()
Convert the model to array
Return
(array)
Source
File: Model/Model.php
public function toArray() { return (array) $this; }
Convert the model to array
(array)
File: Model/Model.php
public function toArray() { return (array) $this; }