Subversion Repositories ALCASAR

Rev

Rev 3037 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3037 Rev 3100
Line 50... Line 50...
50
    public function __construct($blockname = false)
50
    public function __construct($blockname = false)
51
    {
51
    {
52
        $this->error = PSI_Error::singleton();
52
        $this->error = PSI_Error::singleton();
53
        $this->sys = new System();
53
        $this->sys = new System();
54
        $this->blockname = $blockname;
54
        $this->blockname = $blockname;
-
 
55
        $this->sys->setOS(get_class($this));
55
    }
56
    }
56
 
57
 
57
    /**
58
    /**
58
     * get os specific encoding
59
     * get os specific encoding
59
     *
60
     *