The resource can be "liked".
Public Methods | |
magic Like[] | getLikes () |
magic int | getNumLikes () |
magic bool | hasLikes () |
magic bool | isLiked () |
Whether you like this. More... | |
magic Like[] | selectLikes (callable $filter) |
fn( Like $like ): bool More... | |
magic $this | setLiked (bool $liked) |
Sets whether you like this. More... | |
magic Like [] getLikes | ( | ) |
magic int getNumLikes | ( | ) |
Reimplemented in Story.
magic bool hasLikes | ( | ) |
magic bool isLiked | ( | ) |
Whether you like this.
magic Like [] selectLikes | ( | callable | $filter | ) |
fn( Like $like ): bool
magic $this setLiked | ( | bool | $liked | ) |
Sets whether you like this.