Doctrine\ODM\MongoDB\Aggregation\Builder::unwind PHP Method

unwind() public method

public unwind ( $fieldName )
    public function unwind($fieldName)
    {
        $fieldName = $this->getDocumentPersister()->prepareFieldName($fieldName);
        return parent::unwind($fieldName);
    }