Class PHP_Crossword_Word

Description

PHP Crossword Word

Located in /sources_custom/php-crossword/php_crossword_word.class.php (line 29)


	
			
Variable Summary
mixed $axis
mixed $cells
mixed $inum
mixed $word
Method Summary
PHP_Crossword_Word PHP_Crossword_Word (string $word, int $axis)
int getCrossAxis ()
int getStartX ()
int getStartY ()
boolean isFullyCrossed ()
Variables
mixed $axis (line 32)
mixed $cells = array() (line 33)
mixed $fully_crossed = FALSE (line 34)
mixed $inum = 0 (line 35)
mixed $word (line 31)
Methods
Constructor PHP_Crossword_Word (line 42)

Constructor

PHP_Crossword_Word PHP_Crossword_Word (string $word, int $axis)
  • string $word
  • int $axis
getCrossableCells (line 70)

Get crossable cells in the word

array &getCrossableCells ()
getCrossAxis (line 104)

Get crossing axis

int getCrossAxis ()
getStartX (line 52)

Get word start X

int getStartX ()
getStartY (line 61)

Get word start Y

int getStartY ()
isFullyCrossed (line 90)

Check if word is fully crossed

boolean isFullyCrossed ()

Documentation generated on Sun, 02 Jan 2011 23:22:14 +0000 by phpDocumentor 1.4.3