Skip to content

Latest commit

 

History

History
177 lines (60 loc) · 1.33 KB

Asset.md

File metadata and controls

177 lines (60 loc) · 1.33 KB

Asset

  • Full name: \Assets\Helper\Asset
  • Parent class: \Lime\Helper

Methods

image

public image(array $options = [], bool $asPath = false): mixed

Parameters:

Parameter Type Description
$options array
$asPath bool

Inherited methods

__construct

public __construct(\Lime\App $app, mixed $context = null): mixed

Parameters:

Parameter Type Description
$app \Lime\App
$context mixed

initialize

protected initialize(): mixed

__call

public __call(mixed $name, mixed $arguments): mixed

Parameters:

Parameter Type Description
$name mixed
$arguments mixed

__invoke

public __invoke(mixed $helper): mixed

Parameters:

Parameter Type Description
$helper mixed

__get

public __get(mixed $name): mixed

Parameters:

Parameter Type Description
$name mixed