Final Class Yiisoft\YiiDevTool\App\Component\Git\GitBranches
| Inheritance | Yiisoft\ |
|---|---|
| Implements | IteratorAggregate |
Public Methods
Method Details
| public mixed __construct ( Yiisoft\ | ||
| $gitWorkingCopy | Yiisoft\ |
|
public function __construct(private GitWorkingCopy $gitWorkingCopy) {}
| public \ |
public function getIterator(): ArrayIterator
{
return new ArrayIterator($this->all());
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.