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 | |
/** | |
* Tests if a Picture entity has already been voted by a specific User. | |
* | |
* @param Innteger $userId The User ID. | |
* @return boolean TRUE if the predicate is TRUE for at least one element, FALSE otherwise. | |
*/ | |
public function hasBeenVotedBy($userId) | |
{ |
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
<head>((?!</head>).|\n)+</head> |
NewerOlder