/** * Get private/protected propoerties (convention: underscore as prefix for private/protected properties) * * @access public static * @param string $member * @return mixed */ { if( property_exists( 'Ceres_Application', '_' . $property ) ) { return $this->{_.$member}; } else { return false; } }
problem jest z return $this->{_.$member}, jakoś nieudolnie próbowałem to skleić ale wyszło mi jak Polsce na E2012