AdUnitSize::__construct PHP Метод

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

public __construct ( $size = null, $environmentType = null, $companions = null, $fullDisplayString = null )
        public function __construct($size = null, $environmentType = null, $companions = null, $fullDisplayString = null)
        {
            $this->size = $size;
            $this->environmentType = $environmentType;
            $this->companions = $companions;
            $this->fullDisplayString = $fullDisplayString;
        }