RichEditor
extends Facade
in package
Table of Contents
Properties
- $container : Container
- $instance : mixed
Methods
- __callStatic() : mixed
- fix() : string
- getInstance() : mixed
- get service instance
- render() : string
- renderTitle() : string
- setContainer() : void
- getServiceAlias() : string
- getServiceInstance() : mixed
- isCache() : bool
Properties
$container
protected
static Container
$container
$instance
protected
static mixed
$instance
Methods
__callStatic()
public
static __callStatic(string $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : string
- $arguments : array<string|int, mixed>
fix()
public
static fix(string $value) : string
リッチエディタの内容を修正
Parameters
- $value : string
Return values
stringgetInstance()
get service instance
public
static getInstance() : mixed
render()
public
static render(mixed $value) : string
リッチエディタの内容をレンダリング
Parameters
- $value : mixed
Return values
stringrenderTitle()
public
static renderTitle(mixed $value) : string
リッチエディタのタイトルをレンダリング
Parameters
- $value : mixed
Return values
stringsetContainer()
public
static setContainer(Container $container) : void
Parameters
- $container : Container
getServiceAlias()
protected
static getServiceAlias() : string
Return values
stringgetServiceInstance()
protected
static getServiceInstance(string $alias) : mixed
Parameters
- $alias : string
isCache()
protected
static isCache() : bool