PHP Class Doctrine\Tests\ODM\PHPCR\Query\Builder\ConverterPhpcrTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: doctrine/phpcr-odm

Protected Properties

Свойство Type Description
$parentNode

Méthodes publiques

Méthode Description
provideDisaptchConstraintsLeaf ( )
provideDispatchCompositeConstraints ( )
provideDispatchConstraintsComparison ( )
provideDispatchFromJoin ( )
provideDispatchWheres ( )
provideOrderByDynamicField ( )
provideTestDispatchOperands ( )
setUp ( )
testDispatchCompositeConstraints ( $method, $expectedClass, $nbConstraints )
testDispatchConstraintsComparison ( $method, $expectedOperator )
testDispatchConstraintsLeaf ( $class, $args, $expectedClass )
testDispatchConstraintsNot ( )
testDispatchFrom ( )
testDispatchFromJoin ( $method, $type, $joinCond = null )
testDispatchFromNonMapped ( )
testDispatchOperands ( $class, $args, $options )
testDispatchSelect ( )
testDispatchWheres ( $logicalOp, $skipOriginalWhere = false )
testGetQuery ( )
testGetQueryMoreThanOneSourceNoPrimaryAlias ( )
testOrderBy ( )
testOrderByDynamicField ( $field, $exception )

Méthodes protégées

Méthode Description
createNode ( $class, $constructorArgs )
primeBuilder ( ) Return a builder with a source, as a alias is required for all methods

Method Details

createNode() protected méthode

protected createNode ( $class, $constructorArgs )

primeBuilder() protected méthode

Return a builder with a source, as a alias is required for all methods
protected primeBuilder ( )

provideDisaptchConstraintsLeaf() public méthode

provideDispatchCompositeConstraints() public méthode

provideDispatchConstraintsComparison() public méthode

provideDispatchFromJoin() public méthode

provideDispatchWheres() public méthode

provideOrderByDynamicField() public méthode

provideTestDispatchOperands() public méthode

setUp() public méthode

public setUp ( )

testDispatchCompositeConstraints() public méthode

public testDispatchCompositeConstraints ( $method, $expectedClass, $nbConstraints )

testDispatchConstraintsComparison() public méthode

public testDispatchConstraintsComparison ( $method, $expectedOperator )

testDispatchConstraintsLeaf() public méthode

public testDispatchConstraintsLeaf ( $class, $args, $expectedClass )

testDispatchConstraintsNot() public méthode

testDispatchFrom() public méthode

public testDispatchFrom ( )

testDispatchFromJoin() public méthode

public testDispatchFromJoin ( $method, $type, $joinCond = null )

testDispatchFromNonMapped() public méthode

testDispatchOperands() public méthode

public testDispatchOperands ( $class, $args, $options )

testDispatchSelect() public méthode

public testDispatchSelect ( )

testDispatchWheres() public méthode

public testDispatchWheres ( $logicalOp, $skipOriginalWhere = false )

testGetQuery() public méthode

public testGetQuery ( )

testGetQueryMoreThanOneSourceNoPrimaryAlias() public méthode

testOrderBy() public méthode

public testOrderBy ( )

testOrderByDynamicField() public méthode

public testOrderByDynamicField ( $field, $exception )

Property Details

$parentNode protected_oe property

protected $parentNode