Pluf Framework

Pluf Framework Commit Details


Date:2009-01-07 03:37:24 (16 years 3 months ago)
Author:Loic d'Anterroches
Branch:develop, 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

Tags

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