html
[ class tree: html ] [ index: html ] [ all elements ]

Class: HTMLEmbed

Source Location: /html/HTMLEmbed.class.php

Class Overview

Files
   |
   --HTMLEmbed



Author(s):

Version:

  • 0.1.1

Copyright:

  • Copyright (C) 2006 Daniel Plücken <daniel@debakel.net>

    This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License.

    This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

    You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Variables

Methods


Inherited Variables

Inherited Methods

Class: Files

Files::Files()
Constructor
Files::deleteTmp()
Deletes the temporary file of this object.
Files::equals()
Compares the given Files object with this one. If both equal each other it will be returned true, otherwise false. The two file objects will be accounted as equal, if the the filenames and pathes match each other.
Files::get()
Returns the content of this file object. This function is an alias for the function getContent().
Files::getContent()
Returns the content of this file object.
Files::getExtension()
Returns the file extension of the given filename.
Files::getFilesize()
Sets the content of this file object.
Files::getName()
Returns the filename of this file object.
Files::getPath()
Returns the path to the file of this file object.
Files::load()
Loads the content of this file object from the filesystem and sets the content to this object.
Files::save()
Saves the file of this object.
Files::saveAs()
Saves the file of this object with given name.
Files::saveTmp()
Saves the file of this object in a temporary file.
Files::setContent()
Sets the content of this file object.
Files::setFilesize()
Sets the content of this file object.
Files::setParentFolder()
Sets the parent folder of this file object that there is a back reference up to the root of the filesystem tree,

Class Details

[line 41]


Tags:

author:  Daniel Plücken <daniel@debakel.net>
version:  0.1.1
copyright:  

Copyright (C) 2006 Daniel Plücken <daniel@debakel.net>

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

deprecated:  
since:  0.9.0.8
license:  GNU Lesser General Public License


[ Top ]


Class Variables

$height =

[line 61]

Stores the value of the height-attribute of this HTMLEmbed-object.



Tags:

var:  access public

Type:   integer


[ Top ]

$kind =  ""

[line 47]



Tags:

access:  public

Type:   string


[ Top ]

$mime_type =  ""

[line 83]



Tags:

access:  public

Type:   string


[ Top ]

$pluginspage =  "http://www.apple.com/quicktime/download/"

[line 68]

Stores the url of the plugin to play the embeded file.



Tags:

access:  public

Type:   string


[ Top ]

$str_autoplay =  "true"

[line 78]



Tags:

access:  public

Type:   string


[ Top ]

$str_show_controller =  "true"

[line 73]



Tags:

access:  public

Type:   string


[ Top ]

$width =

[line 54]

Stores the value of the width-attribute of this HTMLEmbed-object.



Tags:

var:  access public

Type:   integer


[ Top ]



Class Methods


constructor HTMLEmbed [line 99]

HTMLEmbed HTMLEmbed( string $path, [string $filename = ""], string $path_and_filename)

Constructor



Tags:

version:  1.03
since:  0.1.0
access:  public


Parameters:

string   $path_and_filename  
string   $path  
string   $filename  

[ Top ]

method get [line 198]

string get( )

Returns a generated string based on the attributes of this HTML-Object.



Tags:

version:  1.02
since:  0.1.0
access:  public


Overrides Files::get() (Returns the content of this file object. This function is an alias for the function getContent().)

[ Top ]

method setHeight [line 181]

void setHeight( integer $int)

Sets how the uploaded file should be named.



Tags:

version:  1.0
since:  0.1.0
access:  public


Parameters:

integer   $int  

[ Top ]

method setPluginspage [line 146]

void setPluginspage( string $url)

Sets the value of the attribute pluginspage of the embed-tag.



Tags:

author:  Daniel Plücken <daniel@debakel.net>
version:  1.0
since:  0.1.0
access:  public


Parameters:

string   $url  

[ Top ]

method setWidth [line 162]

void setWidth( integer $int)

Sets how the uploaded file should be named.



Tags:

version:  1.0
since:  0.1.0
access:  public


Parameters:

integer   $int  

[ Top ]


Documentation generated on Thu, 05 Jun 2008 19:12:10 +0200 by phpDocumentor 1.4.1