Corcel\PostBuilder::typeIn PHP Méthode

typeIn() public méthode

Get only posts from an array of custom post types
public typeIn ( array $type ) : PostBuilder
$type array
Résultat PostBuilder
    public function typeIn(array $type)
    {
        return $this->whereIn('post_type', $type);
    }