Microweber\Install\Schema\Options::get PHP Метод

get() публичный Метод

public get ( )
    public function get()
    {
        return ['options' => ['updated_at' => 'dateTime', 'created_at' => 'dateTime', 'option_key' => 'string', 'option_value' => 'text', 'option_key2' => 'string', 'option_value2' => 'text', 'position' => 'integer', 'option_group' => 'string', 'name' => 'string', 'help' => 'string', 'field_type' => 'string', 'field_values' => 'string', 'module' => 'string', 'is_system' => 'integer']];
    }
Options