Dietcube\Controller::body PHP Method

body() protected method

protected body ( $name = null, $default = null )
    protected function body($name = null, $default = null)
    {
        return $this->container['global.post']->get($name, $default);
    }