Subversion Repositories eFlore/Applications.cel

Rev

Rev 1624 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1624 Rev 3473
Line 43... Line 43...
43
    *
43
    *
44
    * @access public
44
    * @access public
45
    * @param string $name The name of the file (in Unicode)
45
    * @param string $name The name of the file (in Unicode)
46
    * @see OLE::Asc2Ucs()
46
    * @see OLE::Asc2Ucs()
47
    */
47
    */
48
    function OLE_PPS_File($name)
48
    function __construct($name)
49
    {
49
    {
50
        $this->_tmp_dir = @System::tmpdir();
50
        $this->_tmp_dir = @System::tmpdir();
51
        $this->OLE_PPS(
51
        parent::__construct(
52
            null, 
52
            null, 
53
            $name,
53
            $name,
54
            OLE_PPS_TYPE_FILE,
54
            OLE_PPS_TYPE_FILE,
55
            null,
55
            null,
56
            null,
56
            null,