AclExtras::out PHP Method

out() public method

public out ( $msg )
    public function out($msg)
    {
        if (!empty($this->controller->Session)) {
            $this->controller->Session->setFlash($msg);
        } else {
            return $this->Shell->out($msg);
        }
    }