Go\Proxy\ClassProxy::addJoinpointsProperty PHP Method

addJoinpointsProperty() protected method

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