jDaoMethod

containers for properties of dao method

package

jelix

subpackage

dao

Methods

__construct

__construct(\simpleXmlElement $method, \jDaoParser $parser) 
Throws
\jDaoXmlException

Arguments

$method

\simpleXmlElement

the xml element describing the method to generate

$parser

\jDaoParser

the parser on a dao file

_addCondition

_addCondition( $op,  $cond) 

Arguments

$op

$cond

_addLimit

_addLimit( $limit) 

Arguments

$limit

_addOrder

_addOrder( $order) 

Arguments

$order

_addValue

_addValue( $attr) 

Arguments

$attr

_parseConditions

_parseConditions(\simpleXmlElement $conditions, boolean $subcond = true) 

Arguments

$conditions

\simpleXmlElement

$subcond

boolean

getBody

getBody() 

getConditions

getConditions() 

getGroupBy

getGroupBy() 

getLimit

getLimit() 

getParameters

getParameters() 

getParametersDefaultValues

getParametersDefaultValues() 

getProcStock

getProcStock() 

getValues

getValues() 

Properties

name

name : 

Type(s)

type

type : 

Type(s)

distinct

distinct : 

Type(s)

eventBeforeEnabled

eventBeforeEnabled : 

Type(s)

eventAfterEnabled

eventAfterEnabled : 

Type(s)

_conditions

_conditions : 

Type(s)

_parameters

_parameters : 

Type(s)

_parametersDefaultValues

_parametersDefaultValues : 

Type(s)

_limit

_limit : 

Type(s)

_values

_values : 

Type(s)

_parser

_parser : 

Type(s)

_procstock

_procstock : 

Type(s)

_body

_body : 

Type(s)

_groupBy

_groupBy : 

Type(s)

_op

_op : 

Type(s)

_attrcond

_attrcond : 

Type(s)