Last active
August 9, 2022 19:03
-
-
Save mikemix/8e7216e98b4a848a3eb30cee9ff4dc9b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if ($httpApi->hasAccess($user) && $user->isActive() && $isSuccess) { | |
// all conditions must be met in order for this condition to execute | |
// in case of 'and' we should keep the heaviest conditions last | |
// and the fastest to execute in front | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment