Isswp101\Persimmon\Model::toArray PHP Méthode

toArray() public méthode

public toArray ( )
    public function toArray()
    {
        return array_where(get_object_vars($this), function ($key) {
            return !starts_with($key, '_');
        });
    }