first
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace Nextend\SmartSlider3\Widget;
|
||||
|
||||
|
||||
class WidgetPlacement {
|
||||
|
||||
protected $name;
|
||||
|
||||
protected $items = array();
|
||||
|
||||
public function __construct($name) {
|
||||
$this->name = $name;
|
||||
}
|
||||
|
||||
public function empty() {
|
||||
|
||||
return empty($this->items);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user