containsElement = $tileRepresentation; } /** * @return boolean */ public function representsElement() { return $this->containsElement == self::REPRESENTS_ELEMENT; } /** * @return Position */ public function getPosition() { return new Position($this->getRow(), $this->getColumn()); } }