Start typing to see suggestions. Use arrow keys to navigate, Enter to select.

getLicenseTitle()

Kirby page method

Returns title when license type is entity

Parameters

Name Type Description
$licenseId string
Returns:
string

Usage

This method is available on all $page objects:

$page->getLicenseTitle($licenseId);

Source: /methods/pages/getLicenseTitle.php

Jump to