Cms\Classes\Partial

Overview

The CMS partial class.

Extends
Implements
  • ArrayAccess
  • Illuminate\Contracts\Support\Arrayable
  • Illuminate\Contracts\Support\Jsonable
  • JsonSerializable
  • Stringable
  • Cms\Contracts\CmsObject

Public Properties

There are no public properties in the class.

Show inherited public properties

Inherited Public Properties

Protected Properties

protected string $dirName

The container name associated with the model, eg: pages.

Show inherited protected properties

Inherited Protected Properties


Public Methods

public getCodeClassParent()

public getCodeClassParent(): string 

Returns name of a PHP class to us a parent for the PHP class created for the object's PHP section.

public static validateRequestName()

public static validateRequestName($name): bool 

validateRequestName checks to see if a partial name is valid from user input.

Show inherited public methods

Inherited Public Methods

Protected Methods

Show inherited protected methods

Inherited Protected Methods