n2n Page Rocket 1 API

n2n\persistence\orm\util

­Nested­Set­Utils

NestedSetUtils

Constant summary

Methods summary

Modifier and Type Method
public __construct ( EntityManager em , ReflectionClass class , NestedSetStrategy nestedSetStrategy = null )
public setStrategy ( NestedSetStrategy nestedSetStrategy = null )
public NestedSetStrategy getStrategy ( )
public NestedSetItem [] fetch ( unknown baseEntity = null , unknown descendantsOnly = false , Criteria criteria = null )
public fetchParents ( unknown entityObj , bool includeSelf = false , string direction = 'DESC' , Criteria criteria = null )
public remove ( object entity )
public insertRoot ( object object )
public valMove ( unknown entityObj , unknown targetEntityObj )
public moveBefore ( unknown entityObj , unknown beforeEntityObj )
public moveAfter ( unknown entityObj , unknown afterEntityObj )
public insertBefore ( unknown entityObj , unknown beforeEntityObj )
public insertAfter ( unknown entityObj , unknown afterEntityObj )
public insert ( object object , object parentObject = null )
public move ( object object , object parentObject = null )
public order ( object object , bool moveUp )

Constants in detail

Methods in detail