Ansel_Gallery_Decorator_Date::__get PHP Method

__get() public method

public __get ( $property )
    public function __get($property)
    {
        switch ($property) {
            case 'id':
                return $this->_gallery->id;
        }
    }