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

Class: PHPPowerPoint_IOFactory

Source Location: /PHPPowerpoint/IOFactory.php

Class Overview


PHPPowerPoint_IOFactory


Author(s):

Copyright:

  • Copyright (c) 2009 - 2010 PHPPowerPoint (http://www.codeplex.com/PHPPowerPoint)

Variables

Methods



Class Details

[line 46]
PHPPowerPoint_IOFactory

PHPPowerPoint_IOFactory




Tags:

copyright:  Copyright (c) 2009 - 2010 PHPPowerPoint (http://www.codeplex.com/PHPPowerPoint)


[ Top ]


Class Variables

static $_autoResolveClasses = array(
      'Serialized'
   )

[line 63]

Autoresolve classes

Autoresolve classes




Tags:

access:  private

Type:   array


[ Top ]

static $_searchLocations = array(
      array( 'type' => 'IWriter', 'path' => 'PHPPowerPoint/Writer/{0}.php', 'class' => 'PHPPowerPoint_Writer_{0}' ),array('type'=>'IReader','path'=>'PHPPowerPoint/Reader/{0}.php','class'=>'PHPPowerPoint_Reader_{0}'))

[line 53]

Search locations

Search locations




Tags:

access:  private

Type:   array


[ Top ]



Class Methods


static method addSearchLocation [line 102]

static void addSearchLocation( [string $type = ''], [string $location = ''], [string $classname = ''])

Add search location

Add search location




Tags:

access:  public


Parameters:

string   $type   Example: IWriter
string   $location   Example: PHPPowerPoint/Writer/{0}.php
string   $classname   Example: PHPPowerPoint_Writer_{0}

[ Top ]

static method createReader [line 144]

static PHPPowerPoint_Reader_IReader createReader( [string $readerType = ''])

Create PHPPowerPoint_Reader_IReader

Create PHPPowerPoint_Reader_IReader




Tags:

access:  public


Parameters:

string   $readerType   Example: PowerPoint2007

[ Top ]

static method createWriter [line 113]

static PHPPowerPoint_Writer_IWriter createWriter( PHPPowerPoint $PHPPowerPoint, [string $writerType = ''])

Create PHPPowerPoint_Writer_IWriter

Create PHPPowerPoint_Writer_IWriter




Tags:

access:  public


Parameters:

PHPPowerPoint   $PHPPowerPoint  
string   $writerType   Example: PowerPoint2007

[ Top ]

static method getSearchLocations [line 77]

static array getSearchLocations( )

Get search locations

Get search locations




Tags:

access:  public


[ Top ]

static method load [line 176]

static PHPPowerPoint load( $pFilename, string $pFileName)

Loads PHPPowerPoint from file using automatic PHPPowerPoint_Reader_IReader resolution

Loads PHPPowerPoint from file using automatic PHPPowerPoint_Reader_IReader resolution




Tags:

throws:  Exception
access:  public


Parameters:

string   $pFileName  
   $pFilename  

[ Top ]

static method setSearchLocations [line 87]

static void setSearchLocations( array $value)

Set search locations

Set search locations




Tags:

throws:  Exception
access:  public


Parameters:

array   $value  

[ Top ]

constructor __construct [line 70]

PHPPowerPoint_IOFactory __construct( )

Private constructor for PHPPowerPoint_IOFactory

Private constructor for PHPPowerPoint_IOFactory




Tags:

access:  private


[ Top ]


Documentation generated on Sat, 25 Apr 2009 11:37:24 +0200 by phpDocumentor 1.4.1