PHP 클래스 BibTeX_Parser, buddypress-courseware

파일 보기 프로젝트 열기: Courseware/buddypress-courseware

공개 프로퍼티들

프로퍼티 타입 설명
$count
$filename
$inputdata
$items
$types

공개 메소드들

메소드 설명
__construct ( String $file = null, String $data = null ) BibTeX_Parser( $file, $data )
parse ( ) parse()

메소드 상세

__construct() 공개 메소드

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

parse() 공개 메소드

Main method that parses the data.
public parse ( )

프로퍼티 상세

$count 공개적으로 프로퍼티

public $count

$filename 공개적으로 프로퍼티

public $filename

$inputdata 공개적으로 프로퍼티

public $inputdata

$items 공개적으로 프로퍼티

public $items

$types 공개적으로 프로퍼티

public $types