Isswp101\Persimmon\Traits\Presentable::toArray PHP Method

toArray() public method

Get the instance as an array.
public toArray ( ) : array
return array
    public function toArray()
    {
        return get_object_vars($this);
    }