phpDocumentor\Descriptor\TraitDescriptor::__construct PHP Method

__construct() public method

Initializes the all properties representing a collection with a new Collection object.
public __construct ( )
    public function __construct()
    {
        parent::__construct();
        $this->setProperties(new Collection());
        $this->setMethods(new Collection());
        $this->setUsedTraits(new Collection());
    }