Documentation

ManyToManyField extends ChildrenField
in package

Table of Contents

$meta  : Schema
__construct()  : mixed
getAdapter()  : mixed
getBridge()  : Schema
Returns the table that connects the two tables to form a many to many relationship
getConnectorQueries()  : mixed
getDataType()  : mixed
getModelField()  : PhysicalField
getRole()  : mixed
getTarget()  : Schema

Properties

Methods

__construct()

public __construct(mixed $model) : mixed
Parameters
$model : mixed
Return values
mixed

getAdapter()

public getAdapter(Model $model) : mixed
Parameters
$model : Model
Return values
mixed

getBridge()

Returns the table that connects the two tables to form a many to many relationship

public getBridge() : Schema
Return values
Schema

getConnectorQueries()

public getConnectorQueries(Query $parent) : mixed
Parameters
$parent : Query
Return values
mixed

getDataType()

public getDataType() : mixed
Return values
mixed

getModelField()

public getModelField(Schema $schema) : PhysicalField
Parameters
$schema : Schema
Return values
PhysicalField

getRole()

public getRole() : mixed
Return values
mixed

getTarget()

public getTarget() : Schema
Return values
Schema

Search results