Property | Type | Description | |
---|---|---|---|
$content | |||
$dimension |
Method | Description | |
---|---|---|
__construct ( integer $dimension ) | build a square matrix | |
get ( $line, $column ) | {@inheritDoc} | |
getSize ( ) | {@inheritDoc} | |
set ( $line, $column, $value ) | {@inheritDoc} |
public __construct ( integer $dimension ) | ||
$dimension | integer | size of matrix |