PHP 클래스 Doctrine\Tests\ODM\PHPCR\Query\Builder\ConverterPhpcrTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: doctrine/phpcr-odm

보호된 프로퍼티들

프로퍼티 타입 설명
$parentNode

공개 메소드들

메소드 설명
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 )

보호된 메소드들

메소드 설명
createNode ( $class, $constructorArgs )
primeBuilder ( ) Return a builder with a source, as a alias is required for all methods

메소드 상세

createNode() 보호된 메소드

protected createNode ( $class, $constructorArgs )

primeBuilder() 보호된 메소드

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

provideDisaptchConstraintsLeaf() 공개 메소드

provideDispatchCompositeConstraints() 공개 메소드

provideDispatchConstraintsComparison() 공개 메소드

provideDispatchFromJoin() 공개 메소드

provideDispatchWheres() 공개 메소드

provideOrderByDynamicField() 공개 메소드

provideTestDispatchOperands() 공개 메소드

setUp() 공개 메소드

public setUp ( )

testDispatchCompositeConstraints() 공개 메소드

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

testDispatchConstraintsComparison() 공개 메소드

public testDispatchConstraintsComparison ( $method, $expectedOperator )

testDispatchConstraintsLeaf() 공개 메소드

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

testDispatchConstraintsNot() 공개 메소드

testDispatchFrom() 공개 메소드

public testDispatchFrom ( )

testDispatchFromJoin() 공개 메소드

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

testDispatchFromNonMapped() 공개 메소드

testDispatchOperands() 공개 메소드

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

testDispatchSelect() 공개 메소드

public testDispatchSelect ( )

testDispatchWheres() 공개 메소드

public testDispatchWheres ( $logicalOp, $skipOriginalWhere = false )

testGetQuery() 공개 메소드

public testGetQuery ( )

testGetQueryMoreThanOneSourceNoPrimaryAlias() 공개 메소드

testOrderBy() 공개 메소드

public testOrderBy ( )

testOrderByDynamicField() 공개 메소드

public testOrderByDynamicField ( $field, $exception )

프로퍼티 상세

$parentNode 보호되어 있는 프로퍼티

protected $parentNode