API15

API15:JView/getLayout

From Joomla! Documentation

Description

Get the layout.

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

Syntax

getLayout()


Returns

string The layout name

Defined in

libraries/joomla/application/component/view.php

Importing

jimport( 'joomla.application.component.view' );

Source Body

function getLayout()
{
        return $this->_layout;
}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

Code Examples