Sensio\Bundle\FrameworkExtraBundle\Configuration\Template::setValue PHP Method

setValue() public method

Sets the template logic name.
public setValue ( string $template )
$template string The template logic name
    public function setValue($template)
    {
        $this->setTemplate($template);
    }