lens = $lens; $this->resourceName = $resourceName; } /** * Get the root selector for the component. * * @return string */ public function selector() { return '@'.$this->lens.'-lens-component'; } }