/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to classes/stream/streamobject.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-04-02 10:23:22 UTC
  • Revision ID: csa@dside.dyndns.org-20080402102322-okib92sicg2dx3o3
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
abstract class VIRTUALStreamObject extends VIRTUALStreamWriter implements STREAMObjectInterface {
 
3
 function GetContentType() {
 
4
    return false;
 
5
 }
 
6
 
 
7
 function GetExtension() {
 
8
    return false;
 
9
 }
 
10
 
 
11
 function GetSpecials() {
 
12
    return false;
 
13
 }
 
14
 
 
15
 public function BlockStart(&$args = NULL) {
 
16
 }
 
17
 
 
18
 public function BlockEnd() {
 
19
 }
 
20
 
 
21
 public function IsJoiner() {
 
22
    return false;
 
23
 }
 
24
}
 
25
 
 
26
?>
 
 
b'\\ No newline at end of file'