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

Class: Music_Display

Source Location: /Testing_FIT-0.2.0/example/fixture/Music/Display.php

Class Overview

Testing_FIT_Fixture
   |
   --Testing_FIT_Fixture_Row
      |
      --Music_Display

FIT Fixture


Author(s):

Version:

  • 0.1.0

Variables

Methods


Inherited Variables

Inherited Methods

Class: Testing_FIT_Fixture_Row

Testing_FIT_Fixture_Row::doCell()
match rows
Testing_FIT_Fixture_Row::doCells()
match cells
Testing_FIT_Fixture_Row::doRows()
bind columsn to fixture and start row iterator
Testing_FIT_Fixture_Row::_match()
match rows

Class: Testing_FIT_Fixture

Testing_FIT_Fixture::__construct()
constructor
Testing_FIT_Fixture::camel()
CamelCaseString auxiliary function
Testing_FIT_Fixture::doCell()
process a single cell
Testing_FIT_Fixture::doCells()
process cells
Testing_FIT_Fixture::doRow()
iterate through cells
Testing_FIT_Fixture::doRows()
iterate through rows
Testing_FIT_Fixture::doTable()
iterate through table
Testing_FIT_Fixture::getType()
receive member variable's type specification
Testing_FIT_Fixture::loadFixture()
load a fixture by java-stylish name (dot-separated)
Testing_FIT_Fixture::_bind()
bind columns of table header to functions and properties
Testing_FIT_Fixture::_checkCell()
check a cell's actual against expected value

Class Details

[line 30]
FIT Fixture

Music browser

  • Version: 0.1.0


[ Top ]


Class Variables

$album =

[line 61]

song's album
  • Access: public

Type:   string


[ Top ]

$artist =

[line 55]

song's artist
  • Access: public

Type:   string


[ Top ]

$title =

[line 49]

song title
  • Access: public

Type:   string


[ Top ]

$year =

[line 67]

song's releas year
  • Access: public

Type:   string


[ Top ]

$_typeDictionary = array(
                                'title'       => 'string',
                                'artist'      => 'string',
                                'album'       => 'string',  
                                'year'        => 'string',   
                                'time()'      => 'float',   
                                'track()'     => 'string'
                            )

[line 36]

type dictionary
  • Access: protected

Type:   array
Overrides:   Array


[ Top ]



Method Detail

query   [line 90]

void query( )

  • Access: public

[ Top ]

time   [line 75]

void time( float 0)

receive this song's playing time
  • Access: public

Parameters:

float   0   — 

[ Top ]

track   [line 85]

void track( int 0)

receive this track no
  • Access: public

Parameters:

int   0   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:05:05 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.