Created
August 17, 2018 09:37
-
-
Save laoneo/6dd236c62a01a71cb759a1e38cfaff79 to your computer and use it in GitHub Desktop.
This file contains 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
public function countItems() { | |
if($this instanceof WorkflowServiceInterface) { | |
return $this->getWFcountItems(); | |
} | |
// Normal code here | |
} |
HLeithner
commented
Aug 17, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment