Bitrix API

Section

Table of Contents

Methods

clear()  : void
Removes all sections from DB.
get()  : self|null
Returns Section instance by code.
getCode()  : string
getModifyTime()  : DateTime
getTitle()  : string

Methods

clear()

Removes all sections from DB.

public static clear() : void

get()

Returns Section instance by code.

public static get(string|null $code) : self|null
Parameters
$code : string|null

Section code.

Return values
self|null

getCode()

public getCode() : string
Return values
string

getTitle()

public getTitle() : string
Return values
string

        
On this page

Search results