TheSeer\phpDox\Generator\ClassStartEvent::__construct PHP Method

__construct() public method

public __construct ( TheSeer\phpDox\Generator\ClassObject $class )
$class TheSeer\phpDox\Generator\ClassObject
    public function __construct(ClassObject $class)
    {
        $this->class = $class;
    }