Video format.
More...
|
static | conflicts ($format) |
| Whether this format conflicts with the given format.
|
|
static | file_output ($file, $options=null) |
| Given a file, return a snippet of markup in whatever format to link to that file.
|
|
static | get_file_directory () |
| For multipart formats, eg html with attachments, we need to have a directory to place associated files from inside the zip file.
|
|
static | make_tag ($file, $path, $attributes) |
| Create portfolio tag.
|
|
static | mimetypes () |
| Return video mimetypes.
|
|
Video format.
For portfolio plugins that support videos specifically
- Copyright
- 2008 Penny Leach
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ conflicts()
static portfolio_format::conflicts |
( |
| $format | ) |
|
|
staticinherited |
Whether this format conflicts with the given format.
This is used for the case where an export location "generally" supports something like FORMAT_PLAINHTML but then in a specific export case, must add attachments, which means that FORMAT_RICHHTML is supported in that case, which implies removing support for FORMAT_PLAINHTML. Note that conflicts don't have to be bi-directional (eg FORMAT_PLAINHTML conflicts with FORMAT_RICHHTML but not the other way around) and things within the class hierarchy are resolved automatically anyway. This is really just between subclasses of format_rich and subclasses of format_file.
- Parameters
-
string | $format | one of the FORMAT_XX constants |
- Return values
-
Reimplemented in portfolio_format_image, portfolio_format_plainhtml, portfolio_format_richhtml, and portfolio_format_text.
◆ file_output()
static portfolio_format_file::file_output |
( |
| $file, |
|
|
| $options = null ) |
|
staticinherited |
Given a file, return a snippet of markup in whatever format to link to that file.
Usually involves the path given by get_file_directory. This is not supported in subclasses of portfolio_format_file since they're all just single files.
- See also
- get_file_directory
- Parameters
-
stored_file | $file | informations object |
array | $options | array of options to pass. can contain: attributes => hash of existing html attributes (eg title, height, width, etc) |
Reimplemented from portfolio_format.
◆ get_file_directory()
static portfolio_format_file::get_file_directory |
( |
| ) |
|
|
staticinherited |
For multipart formats, eg html with attachments, we need to have a directory to place associated files from inside the zip file.
This is the name of that directory
- Return values
-
Reimplemented from portfolio_format.
◆ make_tag()
static portfolio_format::make_tag |
( |
| $file, |
|
|
| $path, |
|
|
| $attributes ) |
|
staticinherited |
Create portfolio tag.
- Parameters
-
stored_file | $file | file information object |
string | $path | file path |
array | $attributes | portfolio attributes |
- Return values
-
◆ mimetypes()
static portfolio_format_video::mimetypes |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file:
- lib/portfolio/formats.php