Corcel\PostBuilder::typeIn PHP Method

typeIn() public method

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