Horde_Release_Sentinel::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $component )
$component string Base component path.
    public function __construct($component)
    {
        $this->_component = $component;
    }