parser/Location.php
Stores the file name and line number of a XML file
- Access
- public
- Author
- Andreas Aderhold
- Copyright
- 2001,2002 THYRELL. All rights reserved
- Package
- phing.parser
- Version
- $Id$
\Location
Package: phing\parser
Stores the file name and line number of a XML file
- Access
- public
- Author
- Andreas Aderhold
- Copyright
- 2001,2002 THYRELL. All rights reserved
- Version
- $Id$
Properties
Methods


Location(
string $fileName
=
null, integer $lineNumber
=
null, integer $columnNumber
=
null
)
:
void
Constructs the location consisting of a file name and line number
Parameters
Details
Name | Type | Description |
---|---|---|
$fileName | string | the filename |
$lineNumber | integer | the line number |
$columnNumber | integer | the column number |
- Access
- public