Neos\Flow\Session\SessionManagerInterface::getSessionsByTag PHP 메소드

getSessionsByTag() 공개 메소드

Returns all sessions which are tagged by the specified tag.
public getSessionsByTag ( string $tag ) : array
$tag string A valid Cache Frontend tag
리턴 array A collection of Session objects or an empty array if tag did not match
    public function getSessionsByTag($tag);