__construct() protected method

protected __construct ( )
 protected function __construct()
 {
     parent::__construct();
     self::$EXEC_NAME = 'aip';
     self::$OPTIONS = array(array('--help', '-H', \pakeGetopt::NO_ARGUMENT, "Display this help message."), array('--usage', '-h', \pakeGetopt::NO_ARGUMENT, "Display usage."), array('--force-tty', '', \pakeGetopt::NO_ARGUMENT, "Force coloured output"), array('--version', '-V', \pakeGetopt::NO_ARGUMENT, "Display the program version."));
 }