\App\UtilsUtils

Utils.php

Differents utils functions

Summary

Methods
Properties
Constants
slug()
debug()
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

slug()

slug(string  $text) : string

Create slug for post in example

Parameters

string $text

Text to transform into slug

Returns

string

debug()

debug(object  $var) 

Debug some vars, array, int, string .

..

Parameters

object $var