App\Services\Setting\Setting::all PHP 메소드

all() 공개 메소드

Get all setting item.
public all ( ) : array
리턴 array
    public function all()
    {
        return $this->items;
    }