public function Analyse($title, Subarea $subarea = null, State $state = null, $date = null) { $this->name_table = "analysis"; parent::Publication($title, $subarea, $state, $date); $this->comments = new ArrayObject(); $this->setLink(StringManager::removeSpecialChars($title)); }
public function testEndsWith() { $this->assertTrue($this->string->endsWith('asdasd', 'asd')); $this->assertFalse($this->string->endsWith('dasdasd', 'sasd')); }
private function formatName($name) { return StringManager::removeSpecialChars($name); }