rock\sanitize\rules\LtrimWords::__construct PHP Метод

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

public __construct ( array $words, $config = [] )
$words array
    public function __construct(array $words, $config = [])
    {
        $this->parentConstruct($config);
        $this->words = $words;
    }