PHP 클래스 r\ValuedQuery\ValuedQuery

상속: extends r\Query
파일 보기 프로젝트 열기: danielmewes/php-rql

공개 메소드들

메소드 설명
__invoke ( $attributeOrIndex )
add ( $other )
append ( $value )
avg ( $attribute = null )
between ( $leftBound, $rightBound, $opts = null )
ceil ( )
changeAt ( $index, $value )
changes ( $opts = null )
coerceTo ( $typeName )
concatMap ( $mappingFunction )
contains ( $value ) We do not support that for the time being.
count ( $filter = null )
date ( )
day ( )
dayOfWeek ( )
dayOfYear ( )
delete ( $opts = null )
deleteAt ( $index, $endIndex = null )
difference ( $value )
distance ( $g2, $opts = null )
distinct ( $opts = null )
div ( $other )
downcase ( )
during ( $startTime, $endTime, $opts = null )
eq ( $other )
eqJoin ( $attribute, ValuedQuery $otherSequence, $opts = null )
fill ( )
filter ( $predicate, $default = null )
floor ( )
fold ( $base, $fun, $opts = null )
ge ( $other )
getField ( $attribute )
group ( $groupOn )
gt ( $other )
hasFields ( $attributes )
hours ( )
inTimezone ( $timezone )
includes ( $g2 )
innerJoin ( ValuedQuery $otherSequence, $predicate )
insertAt ( $index, $value )
intersects ( $g2 )
isEmpty ( )
keys ( )
le ( $other )
limit ( $n )
lt ( $other )
map ( $mappingFunction )
mapMultiple ( $moreSequences, $mappingFunction )
match ( $expression )
max ( $attributeOrOpts = null )
merge ( $other )
min ( $attributeOrOpts = null )
minutes ( )
mod ( $other )
month ( )
mul ( $other )
ne ( $other )
not ( )
nth ( $index )
offsetsOf ( $predicate )
orderBy ( $keys )
outerJoin ( ValuedQuery $otherSequence, $predicate )
pluck ( $attributes )
polygonSub ( $other )
prepend ( $value )
rAnd ( $other )
rDo ( $inExpr )
rForeach ( $queryFunction )
rOr ( $other )
reduce ( $reductionFunction )
replace ( $delta, $opts = null )
round ( )
sample ( $n )
seconds ( )
setDifference ( $value )
setInsert ( $value )
setIntersection ( $value )
setUnion ( $value )
skip ( $n )
slice ( $startIndex, $endIndex = null, $opts = null )
spliceAt ( $index, $value )
split ( $separator = null, $maxSplits = null )
sub ( $other )
sum ( $attribute = null )
timeOfDay ( )
timezone ( )
toEpochTime ( )
toGeoJSON ( )
toIso8601 ( )
toJsonString ( )
typeOf ( )
ungroup ( )
union ( ValuedQuery $otherSequence, $opts = null )
upcase ( )
update ( $delta, $opts = null )
values ( )
withFields ( $attributes )
without ( $attributes )
year ( )
zip ( )

메소드 상세

__invoke() 공개 메소드

public __invoke ( $attributeOrIndex )

add() 공개 메소드

public add ( $other )

append() 공개 메소드

public append ( $value )

avg() 공개 메소드

public avg ( $attribute = null )

between() 공개 메소드

public between ( $leftBound, $rightBound, $opts = null )

ceil() 공개 메소드

public ceil ( )

changeAt() 공개 메소드

public changeAt ( $index, $value )

changes() 공개 메소드

public changes ( $opts = null )

coerceTo() 공개 메소드

public coerceTo ( $typeName )

concatMap() 공개 메소드

public concatMap ( $mappingFunction )

contains() 공개 메소드

We do not support that for the time being.
public contains ( $value )

count() 공개 메소드

public count ( $filter = null )

date() 공개 메소드

public date ( )

day() 공개 메소드

public day ( )

dayOfWeek() 공개 메소드

public dayOfWeek ( )

dayOfYear() 공개 메소드

public dayOfYear ( )

delete() 공개 메소드

public delete ( $opts = null )

deleteAt() 공개 메소드

public deleteAt ( $index, $endIndex = null )

difference() 공개 메소드

public difference ( $value )

distance() 공개 메소드

public distance ( $g2, $opts = null )

distinct() 공개 메소드

public distinct ( $opts = null )

div() 공개 메소드

public div ( $other )

downcase() 공개 메소드

public downcase ( )

during() 공개 메소드

public during ( $startTime, $endTime, $opts = null )

eq() 공개 메소드

public eq ( $other )

eqJoin() 공개 메소드

public eqJoin ( $attribute, ValuedQuery $otherSequence, $opts = null )
$otherSequence ValuedQuery

fill() 공개 메소드

public fill ( )

filter() 공개 메소드

public filter ( $predicate, $default = null )

floor() 공개 메소드

public floor ( )

fold() 공개 메소드

public fold ( $base, $fun, $opts = null )

ge() 공개 메소드

public ge ( $other )

getField() 공개 메소드

public getField ( $attribute )

group() 공개 메소드

public group ( $groupOn )

gt() 공개 메소드

public gt ( $other )

hasFields() 공개 메소드

public hasFields ( $attributes )

hours() 공개 메소드

public hours ( )

inTimezone() 공개 메소드

public inTimezone ( $timezone )

includes() 공개 메소드

public includes ( $g2 )

innerJoin() 공개 메소드

public innerJoin ( ValuedQuery $otherSequence, $predicate )
$otherSequence ValuedQuery

insertAt() 공개 메소드

public insertAt ( $index, $value )

intersects() 공개 메소드

public intersects ( $g2 )

isEmpty() 공개 메소드

public isEmpty ( )

keys() 공개 메소드

public keys ( )

le() 공개 메소드

public le ( $other )

limit() 공개 메소드

public limit ( $n )

lt() 공개 메소드

public lt ( $other )

map() 공개 메소드

public map ( $mappingFunction )

mapMultiple() 공개 메소드

public mapMultiple ( $moreSequences, $mappingFunction )

match() 공개 메소드

public match ( $expression )

max() 공개 메소드

public max ( $attributeOrOpts = null )

merge() 공개 메소드

public merge ( $other )

min() 공개 메소드

public min ( $attributeOrOpts = null )

minutes() 공개 메소드

public minutes ( )

mod() 공개 메소드

public mod ( $other )

month() 공개 메소드

public month ( )

mul() 공개 메소드

public mul ( $other )

ne() 공개 메소드

public ne ( $other )

not() 공개 메소드

public not ( )

nth() 공개 메소드

public nth ( $index )

offsetsOf() 공개 메소드

public offsetsOf ( $predicate )

orderBy() 공개 메소드

public orderBy ( $keys )

outerJoin() 공개 메소드

public outerJoin ( ValuedQuery $otherSequence, $predicate )
$otherSequence ValuedQuery

pluck() 공개 메소드

public pluck ( $attributes )

polygonSub() 공개 메소드

public polygonSub ( $other )

prepend() 공개 메소드

public prepend ( $value )

rAnd() 공개 메소드

public rAnd ( $other )

rDo() 공개 메소드

public rDo ( $inExpr )

rForeach() 공개 메소드

public rForeach ( $queryFunction )

rOr() 공개 메소드

public rOr ( $other )

reduce() 공개 메소드

public reduce ( $reductionFunction )

replace() 공개 메소드

public replace ( $delta, $opts = null )

round() 공개 메소드

public round ( )

sample() 공개 메소드

public sample ( $n )

seconds() 공개 메소드

public seconds ( )

setDifference() 공개 메소드

public setDifference ( $value )

setInsert() 공개 메소드

public setInsert ( $value )

setIntersection() 공개 메소드

public setIntersection ( $value )

setUnion() 공개 메소드

public setUnion ( $value )

skip() 공개 메소드

public skip ( $n )

slice() 공개 메소드

public slice ( $startIndex, $endIndex = null, $opts = null )

spliceAt() 공개 메소드

public spliceAt ( $index, $value )

split() 공개 메소드

public split ( $separator = null, $maxSplits = null )

sub() 공개 메소드

public sub ( $other )

sum() 공개 메소드

public sum ( $attribute = null )

timeOfDay() 공개 메소드

public timeOfDay ( )

timezone() 공개 메소드

public timezone ( )

toEpochTime() 공개 메소드

public toEpochTime ( )

toGeoJSON() 공개 메소드

public toGeoJSON ( )

toIso8601() 공개 메소드

public toIso8601 ( )

toJsonString() 공개 메소드

public toJsonString ( )

typeOf() 공개 메소드

public typeOf ( )

ungroup() 공개 메소드

public ungroup ( )

union() 공개 메소드

public union ( ValuedQuery $otherSequence, $opts = null )
$otherSequence ValuedQuery

upcase() 공개 메소드

public upcase ( )

update() 공개 메소드

public update ( $delta, $opts = null )

values() 공개 메소드

public values ( )

withFields() 공개 메소드

public withFields ( $attributes )

without() 공개 메소드

public without ( $attributes )

year() 공개 메소드

public year ( )

zip() 공개 메소드

public zip ( )