예제 #1
0
파일: Message.php 프로젝트: mcarral/html
 public function render()
 {
     return $this->container->render();
 }
예제 #2
0
 /**
  * Clear and render the alert messages of this and the previous requests.
  *
  * @param string|null $custom
  * @return string 
  * @static 
  */
 public static function render($custom = null)
 {
     return \Styde\Html\Alert\Container::render($custom);
 }