Overview

Namespaces

  • Autarky
    • Config
      • Loaders
    • Console
    • Container
      • Exception
      • Factory
      • Proxy
    • Database
    • Errors
    • Events
    • Files
    • Http
    • Logging
    • Providers
    • Routing
      • Events
    • Testing
    • TwigTemplating
      • Extensions
    • Utils

Classes

  • AbstractArgument
  • ClassArgument
  • Definition
  • Factory
  • ScalarArgument

Interfaces

  • ArgumentInterface
  • FactoryInterface
  • Overview
  • Namespace
  • Class

Interface ArgumentInterface

Interface for factory argument classes.

Direct known implementers

Autarky\Container\Factory\ClassArgument, Autarky\Container\Factory\ScalarArgument
Namespace: Autarky\Container\Factory
Located at Factory/ArgumentInterface.php
Methods summary
public integer
# getPosition( )

Get the argument's position.

Get the argument's position.

Returns

integer
public string
# getName( )

Get the argument's name.

Get the argument's name.

Returns

string
public boolean
# isRequired( )

Get whether the argument is required or not.

Get whether the argument is required or not.

Returns

boolean
public boolean
# isOptional( )

Get whether the argument is optional or not.

Get whether the argument is optional or not.

Returns

boolean
public boolean
# isClass( )

Whether the argument is a class.

Whether the argument is a class.

Returns

boolean
Autarky Framework API documentation generated by ApiGen