PHP Class BibTeX_Parser, buddypress-courseware

Afficher le fichier Open project: Courseware/buddypress-courseware

Méthodes publiques

Свойство Type Description
$count
$filename
$inputdata
$items
$types

Méthodes publiques

Méthode Description
__construct ( String $file = null, String $data = null ) BibTeX_Parser( $file, $data )
parse ( ) parse()

Method Details

__construct() public méthode

Constructor
public __construct ( String $file = null, String $data = null )
$file String if filename is used
$data String if input is a string

parse() public méthode

Main method that parses the data.
public parse ( )

Property Details

$count public_oe property

public $count

$filename public_oe property

public $filename

$inputdata public_oe property

public $inputdata

$items public_oe property

public $items

$types public_oe property

public $types