phpDocumentor showsource
[ class tree: showsource ] [ index: showsource ] [ all elements ]

Class: PathClassInfo

Source Location: /myphp-1.9/myphp-1.9-showsource/html/util/PathClassInfo.php

Class PathClassInfo

Class Overview

Translates from logical path and file names into Real path info and real file names from the i.e.

  1. Usage:
  2. $realPathName = PathClassInfo::real($name);
  3. $realFileName = PathClassInfo::file($name);

Located in /myphp-1.9/myphp-1.9-showsource/html/util/PathClassInfo.php [line 23]



		
		
		
		

Properties

Methods

[ Top ]
Property Summary
String   $files  
String   $paths  

[ Top ]
Method Summary
PathClassInfo   PathClassInfo()   Constructor
String   file()   Real file name
String   getFile()   Get the real file name.
String   getReal()   Get the real path name.
String   real()   Real path name

[ Top ]
Properties
String   $files = '' [line 32]

[ Top ]
String   $paths = '' [line 27]

[ Top ]
Methods
Constructor PathClassInfo  [line 37]

  PathClassInfo PathClassInfo( )

Constructor



[ Top ]
file  [line 188]

  String file( String $name  )

Real file name

  1. Usage:
  2. $realFileName = PathClassInfo::file($name);

Parameters:
String   $name:  The logical file name

API Tags:
Return:  Returns The real file name
Static:  


[ Top ]
getFile  [line 153]

  String getFile( String $name  )

Get the real file name.

Returns the real file info, from the specified file name

Parameters:
String   $name:  The logical file name i.e. 'Link.php'

API Tags:
Return:  Returns The real file name


[ Top ]
getReal  [line 136]

  String getReal( mixed $name, String $name,  )

Get the real path name.

Returns the real path info, from the specified name

Parameters:
String   $name,:  The logical path name

API Tags:
Return:  Returns The real path name


[ Top ]
real  [line 173]

  String real( String $name  )

Real path name

  1. Usage:
  2. $realPathName = PathClassInfo::real($name);

Parameters:
String   $name:  The logical path name

API Tags:
Return:  Returns The real path name
Static:  


[ Top ]

Documentation generated on Thu, 22 Dec 2005 17:15:51 +0100 by phpDocumentor 1.3.0RC3