Returns all beans that have been tagged with ALL of the tags given.
public static taggedAll ( string $beanType, array $tagList, string $sql = '', array $bindings = [] ) : array | ||
$beanType | string | type of bean you are looking for |
$tagList | array | list of tags to match |
$sql | string | additional SQL query snippet |
$bindings | array | a list of values to bind to the query parameters |
return | array |