Overview

Namespaces

  • PHPixie
    • Auth
      • Context
        • Container
      • Domains
      • Providers
        • Builder
        • Provider
      • Repositories
        • Registry
        • Repository
    • AuthHTTP
      • Providers
    • AuthLogin
      • Providers
      • Repository
    • AuthORM
      • Repositories
        • Repository
        • Type
          • Login
    • AuthProcessors
      • Processor
    • BundleFramework
      • Configuration
        • FilesystemLocator
        • ORM
    • Bundles
      • Bundle
        • Provides
      • FilesystemLocators
      • Processors
    • Config
      • Formats
        • Format
      • Storages
        • Storage
          • Editable
        • Type
    • Database
      • Conditions
        • Builder
          • Container
          • Operators
        • Condition
          • Collection
          • Field
        • Logic
      • Connection
      • Driver
        • Mongo
          • Conditions
            • Builder
          • Parser
            • Conditions
          • Query
            • Type
        • PDO
          • Adapter
            • Mysql
              • Parser
            • Pgsql
              • Parser
            • Sqlite
              • Parser
          • Conditions
            • Builder
          • Query
            • Type
      • Exception
      • Parser
      • Query
        • Implementation
        • Type
          • Update
      • Type
        • Document
          • Conditions
            • Builder
            • Condition
              • Collection
                • Embedded
                  • Group
                  • Placeholder
          • Query
            • Implementation
        • SQL
          • Conditions
            • Builder
          • Parser
          • Query
            • Implementation
            • Type
      • Values
    • Debug
      • Logger
      • Tracer
        • Trace
    • DefaultBundle
      • Processor
        • HTTP
    • Filesystem
      • Locators
        • Locator
    • Framework
      • Extensions
        • Template
          • Extension
      • Processors
        • HTTP
          • Response
    • HTTP
      • Context
        • Container
        • Cookies
        • Session
      • Data
        • Headers
      • Messages
        • Message
          • Request
            • ServerRequest
        • Stream
        • UploadedFile
        • URI
      • Responses
    • HTTPProcessors
      • Parsers
        • Parser
      • Processor
        • Actions
        • Dispatcher
          • Builder
          • Registry
    • ORM
      • Conditions
        • Builder
        • Condition
          • Collection
            • RelatedTo
          • Field
          • In
      • Configs
      • Data
        • Diff
        • Type
        • Types
          • Document
            • Node
              • ArrayNode
      • Drivers
        • Driver
          • Mongo
          • PDO
          • SQL
      • Exception
      • Loaders
        • Loader
          • Embedded
          • Proxy
          • Repository
      • Mappers
        • Cascade
          • Mapper
        • Conditions
        • Preload
      • Maps
        • Map
          • Cascade
          • Property
      • Models
        • Model
          • Implementation
        • Type
          • Database
            • Implementation
          • Embedded
            • Implementation
      • Planners
        • Planner
          • In
            • Strategy
          • Pivot
            • Strategy
          • Query
            • Strategy
      • Plans
        • Plan
          • Query
      • Relationships
        • Relationship
          • Handler
            • Cascading
            • Mapping
          • Implementation
            • Preloader
              • Result
                • Multiple
            • Property
            • Side
          • Property
            • Entity
          • Side
            • Cascade
            • Property
          • Type
        • Type
          • Embeds
            • Preload
            • Property
            • Side
            • Type
              • Many
                • Preload
                • Property
                  • Entity
                • Side
              • One
                • Preload
                • Property
                  • Entity
                • Side
          • ManyToMany
            • Property
            • Side
          • OneTo
            • Preloader
            • Property
              • Entity
              • Query
            • Side
            • Type
              • Many
                • Preloader
                  • Property
                • Property
                  • Entity
                  • Query
                • Side
                • Value
                  • Preload
              • One
                • Preloader
                • Property
                • Side
      • Steps
        • Result
        • Step
          • Pivot
          • Query
            • Insert
              • Batch
                • Data
            • Result
          • Update
      • Values
        • Preload
          • Property
        • Update
      • Wrappers
        • Model
        • Type
          • Database
          • Embedded
    • Paginate
      • Loader
    • PaginateORM
      • Loader
    • Processors
      • Processor
        • Dispatcher
    • Route
      • Exception
      • Matcher
      • Resolvers
        • Resolver
          • Pattern
      • Translator
    • Security
      • Tokens
        • Storage
          • Database
    • Slice
      • Data
        • Slice
      • Type
        • ArrayData
        • Slice
    • Template
      • Extensions
        • Extension
      • Formats
      • Renderer
    • Test
  • Project
    • App
      • HTTPProcessors
    • Framework
  • Psr
    • Http
      • Message

Classes

  • Auth
  • AuthHTTP
  • AuthLogin
  • AuthProcessors
  • BundleFramework
  • Bundles
  • Config
  • Database
  • Debug
  • DefaultBundle
  • Filesystem
  • Framework
  • HTTP
  • HTTPProcessors
  • ORM
  • Paginate
  • PaginateORM
  • Processors
  • Route
  • Security
  • Slice
  • Template
  • Overview
  • Namespace
  • Class
  • Tree
  • Return

Class DefaultBundle

Default base bundle

PHPixie\DefaultBundle implements PHPixie\Bundles\Bundle\Provides\HTTPProcessor, PHPixie\Bundles\Bundle\Provides\ORM, PHPixie\Bundles\Bundle\Provides\RouteResolver, PHPixie\Bundles\Bundle\Provides\TemplateLocator, PHPixie\Bundles\Bundle\Provides\Auth, PHPixie\Bundles\Bundle\Provides\WebRoot

Direct known subclasses

Project\App
Abstract
Namespace: PHPixie
Package: PHPixie
Located at vendor/phpixie/default-bundle/src/PHPixie/DefaultBundle.php
Methods summary
public
# __construct( PHPixie\BundleFramework\Builder $frameworkBuilder )

Constructor

Constructor

Parameters

$frameworkBuilder
public string
# name( )

Name of the bundle

Name of the bundle

Returns

string

Implementation of

PHPixie\Bundles\Bundle::name()
public PHPixie\Processors\Processor|null
# httpProcessor( )

Processor used for HTTP requests

Processor used for HTTP requests

Returns

PHPixie\Processors\Processor|null

Implementation of

PHPixie\Bundles\Bundle\Provides\HTTPProcessor::httpProcessor()
public PHPixie\Route\Resolvers\Resolver|null
# routeResolver( )

Route resolver for routing HTTP requests

Route resolver for routing HTTP requests

Returns

PHPixie\Route\Resolvers\Resolver|null

Implementation of

PHPixie\Bundles\Bundle\Provides\RouteResolver::routeResolver()
public PHPixie\Filesystem\Locators\Locator|null
# templateLocator( )

Filesystem locator for templates

Filesystem locator for templates

Returns

PHPixie\Filesystem\Locators\Locator|null

Implementation of

PHPixie\Bundles\Bundle\Provides\TemplateLocator::templateLocator()
public PHPixie\Slice\Data|null
# ormConfig( )

Orm config data

Orm config data

Returns

PHPixie\Slice\Data|null

Implementation of

PHPixie\Bundles\Bundle\Provides\ORM::ormConfig()
public PHPixie\Slice\Data
# config( )

Configuration options passed to the bundle.

Configuration options passed to the bundle.

Defined in /assets/config/bundles/

Returns

PHPixie\Slice\Data
public PHPixie\ORM\Wrappers|null
# ormWrappers( )

ORM wrapper

ORM wrapper

Returns

PHPixie\ORM\Wrappers|null

Implementation of

PHPixie\Bundles\Bundle\Provides\ORM::ormWrappers()
public PHPixie\Auth\Repositories|null
# authRepositories( )

User repositories for auth component

User repositories for auth component

Returns

PHPixie\Auth\Repositories|null

Implementation of

PHPixie\Bundles\Bundle\Provides\Auth::authRepositories()
public PHPixie\Filesystem\Root|null
# webRoot( )

Web folder root

Web folder root

Returns

PHPixie\Filesystem\Root|null

Implementation of

PHPixie\Bundles\Bundle\Provides\WebRoot::webRoot()
abstract protected PHPixie\DefaultBundle\Builder
# buildBuilder( PHPixie\BundleFramework\Builder $frameworkBuilder )

Build bundle builder

Build bundle builder

Parameters

$frameworkBuilder

Returns

PHPixie\DefaultBundle\Builder
Properties summary
protected PHPixie\DefaultBundle\Builder $builder
#
PHPixie 3 API API documentation generated by ApiGen