Components_Component_Factory::createSentinel PHP Method

createSentinel() public method

Create the sentinel helper.
public createSentinel ( string $directory ) : Horde_Release_Sentinel
$directory string The directory the sentinel should act in.
return Horde_Release_Sentinel The sentinel helper.
    public function createSentinel($directory)
    {
        return new Horde_Release_Sentinel($directory);
    }