mpyw\Co\Internal\GeneratorContainer::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( Generator $g, $yield_key = null )
$g Generator
    public function __construct(\Generator $g, $yield_key = null)
    {
        $this->g = $g;
        $this->h = spl_object_hash($g);
        $this->yieldKey = $yield_key;
        $this->valid();
    }