Go\Proxy\ClassProxy::addJoinpointsProperty PHP Méthode

addJoinpointsProperty() protected méthode

Adds a definition for joinpoints private property in the class
protected addJoinpointsProperty ( ) : void
Résultat void
    protected function addJoinpointsProperty()
    {
        $this->setProperty(ReflectionProperty::IS_PRIVATE | ReflectionProperty::IS_STATIC, '__joinPoints', '[]');
    }