Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadamodassir authored Oct 12, 2024
1 parent 7c95438 commit 200e523
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Output.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,16 @@ protected function setPrev($value)
return $this;
}

/**
* Returns isDefined boolean status check value should be not null and not empty
*
* @return bool
*/
protected function isDefined()
{
return $this->get() != null;
}

/**
* Prints human-readable information about a variable
*
Expand Down

0 comments on commit 200e523

Please sign in to comment.