PHPCfg\Op\Expr\Clone_::__construct PHP Метод

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

public __construct ( Operand $expr, array $attributes = [] )
$expr PHPCfg\Operand
$attributes array
    public function __construct(Operand $expr, array $attributes = [])
    {
        parent::__construct($attributes);
        $this->expr = $this->addReadRef($expr);
    }