Fonction du modèle d'appel dans le contrôleur Laravel

$model = new Model;
$model->func();
__________________________________
  or 
Model::func() // this function must be static to call it staticly ..  
Abdullah Mohamed