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

  • Handler
  • Preloader
  • Side
  • Overview
  • Namespace
  • Class
  • Tree
  • Return

Class Handler

PHPixie\ORM\Relationships\Relationship\Implementation\Handler
Extended by PHPixie\ORM\Relationships\Type\ManyToMany\Handler implements PHPixie\ORM\Relationships\Relationship\Handler\Mapping\Database, PHPixie\ORM\Relationships\Relationship\Handler\Preloading
Namespace: PHPixie\ORM\Relationships\Type\ManyToMany
Located at vendor/phpixie/orm/src/PHPixie/ORM/Relationships/Type/ManyToMany/Handler.php
Methods summary
public
# query( $side, $related )
public
# loadProperty( $side, $entity )
public
# linkPlan( $config, $leftItems, $rightItems )
public
# unlinkPlan( $config, $leftItems, $rightItems )
public
# unlinkAllPlan( $side, $items )
protected
# plannerSides( $config, $leftItems, $rightItems )
protected
# plannerSide( $config, $side, $items )
protected
# plannerPivot( $config )
public
# mapDatabaseQuery( $query, $side, $collectionCondition, $plan )

Implementation of

PHPixie\ORM\Relationships\Relationship\Handler\Mapping\Database::mapDatabaseQuery()
public
# mapPreload( $side, $preloadProperty, $result, $plan )

Implementation of

PHPixie\ORM\Relationships\Relationship\Handler\Preloading::mapPreload()
protected
# getMappingDependencies( $side )
protected
# getOpposing( $type )
public
# linkProperties( $config, $left, $right )
public
# unlinkProperties( $config, $left, $right )
public
# unlinkAllProperties( $side, $entity )
public
# resetProperties( $side, $items )
protected
# processProperties( $action, $owners, $ownerProperty, $items )
public
# handleDelete( $side, $result, $plan, $sidePath )
protected
# getRepository( $modelName )
protected
# getIdField( $repository )
Methods inherited from PHPixie\ORM\Relationships\Relationship\Implementation\Handler
__construct(), assertModelName(), getLoadedProperty(), getPropertyIfLoaded(), isEntityValue()
Properties inherited from PHPixie\ORM\Relationships\Relationship\Implementation\Handler
$loaders, $mappers, $models, $planners, $plans, $relationship, $steps
PHPixie 3 API API documentation generated by ApiGen