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

  • Builder
  • Overview
  • Namespace
  • Class
  • Tree
  • Return

Class Builder

Factory

Direct known subclasses

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

Constructor

Constructor

Parameters

$frameworkBuilder
public PHPixie\BundleFramework\Builder
# frameworkBuilder( )

BundleFramework builder

BundleFramework builder

Returns

PHPixie\BundleFramework\Builder
public PHPixie\BundleFramework\Components
# components( )

Framework components

Framework components

Returns

PHPixie\BundleFramework\Components
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\Slice\Data|null
# bundleConfig( )

Configuration options supplied with the bundlee

Configuration options supplied with the bundlee

Defined in /assets/config/

Returns

PHPixie\Slice\Data|null
public PHPixie\Processors\Processor|null
# httpProcessor( )

Processor used for HTTP requests

Processor used for HTTP requests

Returns

PHPixie\Processors\Processor|null
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
public PHPixie\Filesystem\Locators\Locator|null
# templateLocator( )

Filesystem locator for templates

Filesystem locator for templates

Returns

PHPixie\Filesystem\Locators\Locator|null
public PHPixie\Slice\Data|null
# ormConfig( )

Orm config data

Orm config data

Returns

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

ORM wrapper

ORM wrapper

Returns

PHPixie\ORM\Wrappers|null
public PHPixie\Filesystem\Root|null
# filesystemRoot( )

Root directory of the bundle

Root directory of the bundle

Returns

PHPixie\Filesystem\Root|null
public PHPixie\Filesystem\Root|null
# assetsRoot( )

Bundle assets directory

Bundle assets directory

Returns

PHPixie\Filesystem\Root|null
public PHPixie\Auth\Repositories|null
# authRepositories( )

User repositories for auth component

User repositories for auth component

Returns

PHPixie\Auth\Repositories|null
public PHPixie\Filesystem\Root|null
# webRoot( )

Bundle web directory

Bundle web directory

Returns

PHPixie\Filesystem\Root|null
protected mixed
# instance( string $name )

Returns a single instance by name

Returns a single instance by name

Parameters

$name

Returns

mixed
protected PHPixie\Processors\Processor|null
# buildHttpProcessor( )

Returns

PHPixie\Processors\Processor|null
protected PHPixie\Slice\Data
# buildConfig( )

Returns

PHPixie\Slice\Data
protected PHPixie\Slice\Data|null
# buildBundleConfig( )

Returns

PHPixie\Slice\Data|null
protected PHPixie\Route\Resolvers\Resolver|null
# buildRouteResolver( )

Returns

PHPixie\Route\Resolvers\Resolver|null
protected PHPixie\Filesystem\Locators\Locator|null
# buildTemplateLocator( )

Returns

PHPixie\Filesystem\Locators\Locator|null
protected PHPixie\Filesystem\Root|null
# buildFilesystemRoot( )

Returns

PHPixie\Filesystem\Root|null
protected PHPixie\Slice\Data|null
# buildOrmConfig( )

Returns

PHPixie\Slice\Data|null
protected PHPixie\ORM\Wrappers|null
# buildOrmWrappers( )

Returns

PHPixie\ORM\Wrappers|null
protected PHPixie\Auth\Repositories|null
# buildAuthRepositories( )

Returns

PHPixie\Auth\Repositories|null
protected PHPixie\Filesystem\Root|null
# buildWebRoot( )

Returns

PHPixie\Filesystem\Root|null
protected PHPixie\Filesystem\Root|null
# buildAssetsRoot( )

Returns

PHPixie\Filesystem\Root|null
protected PHPixie\Filesystem\Root|null
# buildPathRoot( $path )

Returns

PHPixie\Filesystem\Root|null
protected PHPixie\Filesystem\Root|null
# getRootDirectory( )

Returns

PHPixie\Filesystem\Root|null
abstract public string
# bundleName( )

Bundle name

Bundle name

Returns

string
Properties summary
protected $frameworkBuilder

BundleFramework builder

BundleFramework builder

Param

\PHPixie\BundleFramework\Builder $frameworkBuilder
#
protected array $instances
# array()
PHPixie 3 API API documentation generated by ApiGen