analyze() public method

public analyze ( )
Example #1
0
 public function analyze()
 {
     $this->traits = '\\cake\\routing\\requestactiontrait';
     return parent::analyze();
 }