LFT
  • Namespace
  • Class
  • Tree

Namespaces

  • Docoflow
    • Contracts
    • Entity
    • Facades
    • Models
    • Traits
  • Docolight
    • Agno
      • Traits
    • Container
    • Http
      • Contracts
    • Rest
      • Handler
      • Http
    • Support
      • Debug
      • Traits
  • Docotory
    • Traits
  • None

Classes

  • AgnoModule

Class AgnoModule

Make your module can be accessible via facade method.

CWebModule
Extended by Docolight\Agno\AgnoModule uses Docotory\Traits\HasFactories, Docolight\Agno\Traits\HasAssetsUrl, Docolight\Agno\Traits\HasAutoload
Abstract
Namespace: Docolight\Agno
Located at Docolight/Agno/AgnoModule.php

Methods summary

public
# init( )

If you override init method in your module, make sure you called parent::init() to make the Facade itself be accessible.

If you override init method in your module, make sure you called parent::init() to make the Facade itself be accessible.

public
# registerBindings( )

Register all bindings

Register all bindings

protected
# registerFacadeAccessor( )

Register your facade accessor.

Register your facade accessor.

protected
# registerAvailableFactories( )

Register available factories

Register available factories

protected string
# getFacadeAccessor( )

Unique facade accessor

Unique facade accessor

Returns

string
public mixed
# __get( string $type )

If an attribute of this class called

If an attribute of this class called

Parameters

$type

Returns

mixed
public mixed
# __call( string $name, array $parameters )

Handle method not found. Let's search in base factory first.

Handle method not found. Let's search in base factory first.

Parameters

$name
$method
$parameters
$arguments

Returns

mixed

Methods used from Docotory\Traits\HasFactories

factories(), factory(), factoryHasBeenResolved(), hasFactory(), registerFactories(), registerFactory()

Methods used from Docolight\Agno\Traits\HasAssetsUrl

asset()

Methods used from Docolight\Agno\Traits\HasAutoload

loadAutoload(), loadPsr()

Properties summary

public array $availableFactories

Available factories

Available factories

# []
public array $bindings

Interface / Alias / Class bindings

Interface / Alias / Class bindings

# []

Properties used from Docotory\Traits\HasFactories

$factories, $resolvedFactories

Properties used from Docolight\Agno\Traits\HasAssetsUrl

$assetPath, $assetsUrl

Properties used from Docolight\Agno\Traits\HasAutoload

$autoload, $psrPath, $psrs

LFT API documentation generated by ApiGen