/** * * @param AnalyzedFile $file The file this meta is for. * @param array $attributes */ function __construct($file, $attributes = array()) { parent::__construct($file->get_filename(), $attributes); $this->set_file($file); }
function __construct($plural, $singular, $attributes = array()) { parent::__construct($plural, $attributes); $this->singular = $singular; }