Exemplo n.º 1
0
 /**
  * 
  * @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);
 }
Exemplo n.º 2
0
 function __construct($plural, $singular, $attributes = array())
 {
     parent::__construct($plural, $attributes);
     $this->singular = $singular;
 }