Overview

Namespaces

  • None
  • Yajra
    • Datatables
      • Contracts
      • Engines
      • Facades
      • Generators
      • Html
      • Processors
      • Services
      • Transformers

Classes

  • DataTablesMakeCommand
  • DataTablesScopeCommand
  • Overview
  • Namespace
  • Class

Class DataTablesScopeCommand

Class DataTablesScopeCommand.

Illuminate\Console\GeneratorCommand
Extended by Yajra\Datatables\Generators\DataTablesScopeCommand
Namespace: Yajra\Datatables\Generators
Package: Yajra\Datatables\Generators
Author: Arjay Angeles aqangeles@gmail.com
Located at Generators/DataTablesScopeCommand.php
Methods summary
protected string
# getDefaultNamespace( string $rootNamespace )

Get the default namespace for the class.

Get the default namespace for the class.

Parameters

$rootNamespace

Returns

string
protected string
# getStub( )

Get the stub file for the generator.

Get the stub file for the generator.

Returns

string
Properties summary
protected string $name

The console command name.

The console command name.

# 'datatables:scope'
protected string $description

The console command description.

The console command description.

# 'Create a new DataTable Scope class.'
protected string $type

The type of class being generated.

The type of class being generated.

# 'DataTable Scope'
API documentation generated by ApiGen