3ev Core Wordpress library API
  • Namespace
  • Class

Namespaces

  • Tev
    • Application
      • Bootstrap
    • Author
      • Model
    • Contracts
    • Database
      • CustomTables
    • Field
      • Model
      • Util
    • Plugin
      • Action
      • Shortcode
    • Post
      • Model
      • Repository
    • Taxonomy
      • Model
      • Repository
    • Term
      • Model
      • Repository
    • Util
    • View
      • Exception
  • None

Interfaces

  • BootstrapperInterface
  • WordpressWrapperInterface

Interface BootstrapperInterface

Classes that implement this interface should provide a bootstrap method, into which they should bootstrap application services.

Direct known implementers

Tev\Application\Bootstrap\AuthorFactory, Tev\Application\Bootstrap\FieldFactory, Tev\Application\Bootstrap\PluginLoader, Tev\Application\Bootstrap\Post, Tev\Application\Bootstrap\Taxonomy, Tev\Application\Bootstrap\Term, Tev\Application\Bootstrap\Util

Namespace: Tev\Contracts
Located at Tev/Contracts/BootstrapperInterface.php

Methods summary

public
# bootstrap( Tev\Application\Application $app )

Bootstrap application services.

Bootstrap application services.

Parameters

$app
Application instance
3ev Core Wordpress library API API documentation generated by ApiGen