PHPDaemon\Config\Entry\Generic::__construct PHP Method

__construct() public method

Constructor
public __construct ( ) : void
return void
    public function __construct()
    {
        if (func_num_args() === 1) {
            $this->setDefaultValue(func_get_arg(0));
            $this->setHumanValue(func_get_arg(0));
        }
    }