\Xima\XmTools\Classes\ViewHelpers\ObjectArrayExplodeViewHelper

Explodes a string by a given delimiter.

Summary

Methods
Properties
Constants
render()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

render()

render(  $delimiter,   $string) : array

Basically equal to PHP explode().

Parameters

$delimiter

string

$string

Array

Returns

array