helpers.php
Table of Contents
Functions
- asQuestion() : mixed
- Apply CLI question styles to text
- asComment() : mixed
- Apply CLI comment styles to text
- asInfo() : mixed
- Apply CLI info styles to text
- asError() : mixed
- Apply CLI error styles to text
- asLink() : mixed
- Output text as a link
Functions
asQuestion()
Apply CLI question styles to text
asQuestion(mixed $data) : mixed
Parameters
- $data : mixed
asComment()
Apply CLI comment styles to text
asComment(mixed $data) : mixed
Parameters
- $data : mixed
asInfo()
Apply CLI info styles to text
asInfo(mixed $data) : mixed
Parameters
- $data : mixed
asError()
Apply CLI error styles to text
asError(mixed $data) : mixed
Parameters
- $data : mixed
asLink()
Output text as a link
asLink(mixed $link, mixed $display) : mixed
Parameters
- $link : mixed
- $display : mixed