pluf2

pluf2 Commit Details


Date:2009-01-07 03:37:24 (15 years 11 months ago)
Author:Loic d'Anterroches
Branch:master
Commit:21b60be8f2dba5a235f75ef1df34afde1ebab413
Parents: ce2227540c6f475719ff638d8c0ae7a51d033f25
Message:Small optimisation to save one if control.

Changes:

File differences

src/Pluf/Template/ContextVars.php
3636
3737
3838
39
40
41
42
43
39
4440
4541
4642
function __get($prop)
{
if (isset($this->$prop)) {
return $this->$prop;
} else {
return $this->offsetGet($prop);
}
return $this->offsetGet($prop);
}
function __toString()

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.06632s using 13 queries.