Propel API
Class

PropelConditionalProxy

class PropelConditionalProxy

Proxy for conditional statements in a fluid interface.

This class replaces another class for wrong statements,
and silently catches all calls to non-conditional method calls

Methods

__construct($mainObject)

_if()

_elseif($cond)

_else()

_endif()

__call($name, $arguments)

Details

at line 38
public __construct($mainObject)

Parameters

$mainObject

at line 43
public _if()

at line 48
public _elseif($cond)

Parameters

$cond

at line 57
public _else()

at line 62
public _endif()

at line 67
public __call($name, $arguments)

Parameters

$name
$arguments