function(string $src) { $this->source = is_file($src) ? file_get_contents($src) : $src; $this->parsed = []; return $this; }